Skip to content

Commit 530c878

Browse files
authored
Merge pull request libgit2#4414 from cpoerschke/master-test-status-codes-legend
add test status codes legend to the 'Started' test trace
2 parents 15f8d9a + 19f37f9 commit 530c878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clar/print.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ static void clar_print_init(int test_count, int suite_count, const char *suite_n
33
{
44
(void)test_count;
55
printf("Loaded %d suites: %s\n", (int)suite_count, suite_names);
6-
printf("Started\n");
6+
printf("Started (test status codes: OK='.' FAILURE='F' SKIPPED='S')\n");
77
}
88

99
static void clar_print_shutdown(int test_count, int suite_count, int error_count)

0 commit comments

Comments
 (0)