[3.0] 5b48f8a Missing newline

Tollef Fog Heen tfheen at varnish-cache.org
Thu Sep 22 14:03:22 CEST 2011


commit 5b48f8a64bf663f5a9ac25580ff0a0fb500a6b29
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 20 09:41:28 2011 +0000

    Missing newline

diff --git a/bin/varnishtest/vtc_main.c b/bin/varnishtest/vtc_main.c
index b189d1e..01a5fe2 100644
--- a/bin/varnishtest/vtc_main.c
+++ b/bin/varnishtest/vtc_main.c
@@ -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);



More information about the varnish-commit mailing list