From 08d6cf2070406132c9b27e2fdb7727dc93e22568 Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Fri, 18 Oct 2019 11:49:52 +0300 Subject: [PATCH] Modify the test_baremetal in all.sh Allow it to run the whole ssl-opt.sh instead of filtering only to Default, DTLS --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 365410e99..9ffa2517f 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -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 () {