Commit 2e15bf81 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Polish

parent a82df925
...@@ -215,7 +215,7 @@ tst_cb(const struct vev *ve, int what) ...@@ -215,7 +215,7 @@ tst_cb(const struct vev *ve, int what)
printf("# top TEST %s FAILED (%.3f)", printf("# top TEST %s FAILED (%.3f)",
jp->tst->filename, t); jp->tst->filename, t);
if (WIFSIGNALED(stx)) if (WIFSIGNALED(stx))
printf(" signal=%d", WTERMSIG(stx)); printf(" signal=%d\n", WTERMSIG(stx));
else if (WIFEXITED(stx)) else if (WIFEXITED(stx))
printf(" exit=%d\n", WEXITSTATUS(stx)); printf(" exit=%d\n", WEXITSTATUS(stx));
if (!vtc_continue) { if (!vtc_continue) {
......
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