diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-15 11:59:57 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-15 11:59:57 +0100 |
commit | 26548af2c723ec2e427129a780329a2ad22a679b (patch) | |
tree | 5344ad0f986c6c80a61756e0aeb0fcd076204763 | |
parent | 1cd63450622516dd262d50090f7c434f5e9b51f6 (diff) | |
download | drminfo-26548af2c723ec2e427129a780329a2ad22a679b.tar.gz |
tweak test summary
-rw-r--r-- | drmtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ static void print_test_summary_and_exit() { if (test_failed + test_passed) { fprintf(stderr, "%-*s: %d/%d passed\n", - NAME_WIDTH, "test summary", + NAME_WIDTH + INDENT_WIDTH, "test summary", test_passed, test_passed + test_failed); } if (test_failed) |