[experimental-ims] c43c726 Missing newline

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:51:58 CET 2012


commit c43c7265d4b931ddca971743dc6c75a6d56824b7
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