run-checker: Check enabling and disabling trace
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Mar 2019 07:09:07 +0000 (08:09 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 May 2019 21:12:47 +0000 (14:12 -0700)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/tools/pull/37)

run-checker/run-checker.sh

index 499fb020c7c8e62ea4fb73cdf11354f56d735247..3a76af6a78f630ffd53b20584f6ef09e50554a4d 100755 (executable)
@@ -43,7 +43,7 @@ enable-unit-test no-whirlpool enable-weak-ssl-ciphers enable-zlib
 enable-zlib-dynamic 386 no-dtls no-tls no-ssl3 no-tls1 no-tls1_1 no-tls1_2
 no-dtls1 no-dtls1_2 no-ssl3-method no-tls1-method no-tls1_1-method
 no-tls1_2-method no-dtls1-method no-dtls1_2-method no-siphash no-tls1_3 no-sm2
-no-sm3 no-sm4 )
+no-sm3 no-sm4 enable-trace )
 
 run-hook () {
     local hookname=$1; shift