Fixup: Correct typo in DTLS only component of all.sh

This commit is contained in:
Hanno Becker 2019-09-05 14:49:53 +01:00
parent baac25d2bf
commit fcda6ddae1

View file

@ -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
}