Commit 5b48f8a6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Missing newline

parent 1a214664
......@@ -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