]> err.no Git - varnish/commitdiff
Wrap two level 1 messages around each test file.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 19:55:49 +0000 (19:55 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 19:55:49 +0000 (19:55 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2690 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/vtc.c

index 7dd568d4d438174c3027cf80e784faac79fa720c..276b06d46a9d98ddacb290fd5cb72e6edad75d27 100644 (file)
@@ -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);
 }
 
 /**********************************************************************