From ebf25c5c4bd7943e0f03eed07bec3da51201b99f Mon Sep 17 00:00:00 2001 From: toddouska Date: Mon, 11 Mar 2013 12:09:49 -0700 Subject: [PATCH] cleanup suite test output --- tests/suites.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/suites.c b/tests/suites.c index 62d0160b0..2acfd3be7 100644 --- a/tests/suites.c +++ b/tests/suites.c @@ -144,7 +144,6 @@ static int execute_test_case(int svr_argc, char** svr_argv, strcat(commandLine, " "); } if (addNonBlocking) { - printf("repeating test with non blocking on\n"); added += 4; /* -N plus space plus terminator */ if (added >= MAX_COMMAND_SZ) printf("client command line too long\n"); @@ -266,7 +265,9 @@ static void test_harness(void* vargs) case '#': /* Ignore lines that start with a #. */ comment = strsep(&cursor, "\n"); +#ifdef DEBUG_SUITE_TESTS printf("%s\n", comment); +#endif break; case '-': /* Parameters start with a -. They end in either a newline