Commit c43c7265 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Missing newline

parent 2a8a885a
......@@ -228,7 +228,7 @@ tst_cb(const struct vev *ve, int what)
jp->tst->filename, t);
if (WIFSIGNALED(stx))
printf(" signal=%d", WTERMSIG(stx));
printf(" exit=%d", WEXITSTATUS(stx));
printf(" exit=%d\n", WEXITSTATUS(stx));
if (!vtc_continue) {
/* XXX kill -9 other jobs ? */
exit(2);
......
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