cleanup suite test output

This commit is contained in:
toddouska
2013-03-11 12:09:49 -07:00
parent d1277b1343
commit ebf25c5c4b

View File

@ -144,7 +144,6 @@ static int execute_test_case(int svr_argc, char** svr_argv,
strcat(commandLine, " "); strcat(commandLine, " ");
} }
if (addNonBlocking) { if (addNonBlocking) {
printf("repeating test with non blocking on\n");
added += 4; /* -N plus space plus terminator */ added += 4; /* -N plus space plus terminator */
if (added >= MAX_COMMAND_SZ) if (added >= MAX_COMMAND_SZ)
printf("client command line too long\n"); printf("client command line too long\n");
@ -266,7 +265,9 @@ static void test_harness(void* vargs)
case '#': case '#':
/* Ignore lines that start with a #. */ /* Ignore lines that start with a #. */
comment = strsep(&cursor, "\n"); comment = strsep(&cursor, "\n");
#ifdef DEBUG_SUITE_TESTS
printf("%s\n", comment); printf("%s\n", comment);
#endif
break; break;
case '-': case '-':
/* Parameters start with a -. They end in either a newline /* Parameters start with a -. They end in either a newline