even cleaner output
This commit is contained in:
parent
ebf25c5c4b
commit
6b67d5e931
@ -110,7 +110,9 @@ static int execute_test_case(int svr_argc, char** svr_argv,
|
||||
}
|
||||
|
||||
if (IsValidCipherSuite(commandLine, cipherSuite) == 0) {
|
||||
printf("cipher suite %s not supported in build\n", cipherSuite);
|
||||
#ifdef DEBUG_SUITE_TESTS
|
||||
printf("cipher suite %s not supported in build\n", cipherSuite);
|
||||
#endif
|
||||
return NOT_BUILT_IN;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user