Unverified Commit 530c878d by Edward Thomson Committed by GitHub

Merge pull request #4414 from cpoerschke/master-test-status-codes-legend

add test status codes legend to the 'Started' test trace
parents 15f8d9a2 19f37f97
......@@ -3,7 +3,7 @@ static void clar_print_init(int test_count, int suite_count, const char *suite_n
{
(void)test_count;
printf("Loaded %d suites: %s\n", (int)suite_count, suite_names);
printf("Started\n");
printf("Started (test status codes: OK='.' FAILURE='F' SKIPPED='S')\n");
}
static void clar_print_shutdown(int test_count, int suite_count, int error_count)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment