[master] 2e15bf8 Polish

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Sat Jan 14 16:02:05 CET 2017


commit 2e15bf81cc42b0ca73cec3eb94cc1f2f22668050
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Sat Jan 14 16:00:53 2017 +0100

    Polish

diff --git a/bin/varnishtest/vtc_main.c b/bin/varnishtest/vtc_main.c
index b6175e8..e3ecd0a 100644
--- a/bin/varnishtest/vtc_main.c
+++ b/bin/varnishtest/vtc_main.c
@@ -215,7 +215,7 @@ tst_cb(const struct vev *ve, int what)
 			printf("#     top  TEST %s FAILED (%.3f)",
 			    jp->tst->filename, t);
 			if (WIFSIGNALED(stx))
-				printf(" signal=%d", WTERMSIG(stx));
+				printf(" signal=%d\n", WTERMSIG(stx));
 			else if (WIFEXITED(stx))
 				printf(" exit=%d\n", WEXITSTATUS(stx));
 			if (!vtc_continue) {



More information about the varnish-commit mailing list