Modify the test_baremetal in all.sh

Allow it to run the whole ssl-opt.sh instead of filtering only to
Default, DTLS
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 365410e..9ffa251 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -1588,7 +1588,7 @@
 
     msg "test: baremetal.h + baremetal_test.h"
     if_build_succeeded make test
-    if_build_succeeded tests/ssl-opt.sh --filter "^Default, DTLS$"
+    if_build_succeeded tests/ssl-opt.sh
 }
 
 component_test_allow_sha1 () {