even cleaner output

This commit is contained in:
toddouska 2013-03-11 12:12:04 -07:00
parent ebf25c5c4b
commit 6b67d5e931

View File

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