diff options
Diffstat (limited to 'posix/runtests.c')
-rw-r--r-- | posix/runtests.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/runtests.c b/posix/runtests.c index ea1efb6bf1..9d744751ea 100644 --- a/posix/runtests.c +++ b/posix/runtests.c @@ -75,8 +75,7 @@ run_a_test (int id, const struct a_test * t) regfree (&r); last_pattern = NULL; regerror (err, &r, errmsg, 100); - printf ("test %d\n", id); - puts (errmsg); + printf (" FAIL: %s.\n", errmsg); return 1; } else if (t->expected == 2) |