Modify the test_baremetal in all.sh

Allow it to run the whole ssl-opt.sh instead of filtering only to
Default, DTLS
This commit is contained in:
Jarno Lamsa 2019-10-18 11:49:52 +03:00
parent 33281d5546
commit 08d6cf2070

View file

@ -1588,7 +1588,7 @@ component_test_baremetal () {
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 () {