From: phk Date: Sun, 15 Jun 2008 19:55:49 +0000 (+0000) Subject: Wrap two level 1 messages around each test file. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b52eb577c621e29ec34725704e6172036f351f9;p=varnish Wrap two level 1 messages around each test file. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2690 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/vtc.c b/varnish-cache/bin/varnishtest/vtc.c index 7dd568d4..276b06d4 100644 --- a/varnish-cache/bin/varnishtest/vtc.c +++ b/varnish-cache/bin/varnishtest/vtc.c @@ -244,8 +244,10 @@ exec_file(const char *fn) { char *buf; + printf("# TEST %s starting\n", fn); buf = read_file(fn); parse_string(buf, cmds, NULL); + printf("# TEST %s completed\n", fn); } /**********************************************************************