- commit
- c5aa628324ef96b05cf5d63ee0bfca881d720b5a
- parent
- e07bfd7970e5bd1ff4d4d2cf056758f9f527bee2
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-01-30 06:07
output number of failed tests
Diffstat
| M | test.c | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
@@ -402,6 +402,7 @@ int main(int argc, char **argv) {
402 402
403 403 printf("Tests run: %d\n", tests_run);
404 404 if (tests_failed) {
-1 405 printf("Tests failed: %d\n", tests_failed);
405 406 return EXIT_FAILURE;
406 407 }
407 408 }