1.1 --- a/test/test-automation/plain_logger.c Tue Jul 12 16:47:50 2011 +0300
1.2 +++ b/test/test-automation/plain_logger.c Tue Jul 12 23:53:57 2011 +0300
1.3 @@ -40,16 +40,15 @@
1.4 void *data)
1.5 {
1.6 Output(indentLevel, "Test run started at %s", TimestampToString(eventTime));
1.7 - Output(indentLevel, "");
1.8 - /*
1.9 - Output(indentLevel, "Runner: ");
1.10 + Output(indentLevel, "Runner parameters: ");
1.11
1.12 int counter = 0;
1.13 for(counter = 0; counter < parameterCount; counter++) {
1.14 char *parameter = runnerParameters[counter];
1.15 Output(indentLevel, "\t%s", parameter);
1.16 }
1.17 - */
1.18 +
1.19 + Output(indentLevel, "");
1.20 }
1.21
1.22 void