changeset 5844 | fa860270f65c |
parent 5843 | 66dc563da07e |
child 5845 | 02eace7c44a5 |
--- a/test/test-automation/src/runner/runner.c Sun Aug 28 20:08:36 2011 +0300 +++ b/test/test-automation/src/runner/runner.c Sun Aug 28 20:27:25 2011 +0300 @@ -1362,7 +1362,7 @@ if(only_print_tests) { TestCase *testItem = NULL; for(testItem = testCases; testItem; testItem = testItem->next) { - printf("%s (in %s)\n", testItem->testName, testItem->suiteName); + printf("%s (in %s) - %s\n", testItem->testName, testItem->suiteName, testItem->description); } return 0;