Skip to content

Commit

Permalink
Better summary message for test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
xaizek committed Jul 4, 2020
1 parent 5c27f2f commit 09c53a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stic.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ void stic_test_fixture_end()
printf("\n");
}

sprintf(s, "%d run %d failed", nrun, nfailed);
sprintf(s, "%d tests run %d checks failed", nrun, nfailed);

stic_header_printer(s, stic_screen_width, ' ');
printf("\n");
Expand Down

0 comments on commit 09c53a9

Please sign in to comment.