From fcda6ddae1a50628dd3fefb72b418bb874f2aa18 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Thu, 5 Sep 2019 14:49:53 +0100 Subject: [PATCH] Fixup: Correct typo in DTLS only component of all.sh --- 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 9d235574e..5e93021bd 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -648,7 +648,7 @@ component_test_dtls_only () { msg "test: DTLS only - main suites (inc. selftests) (ASan build)" # ~ 50s make test - msg "build: DTLS only - ssl-opt.sh (ASan build)" # ~ 6 min + msg "test: DTLS only - ssl-opt.sh (ASan build)" # ~ 6 min if_build_succeeded tests/ssl-opt.sh }