]> err.no Git - varnish/commitdiff
Don't say we're done until after we have reset everything.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 17 Jun 2008 10:19:13 +0000 (10:19 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 17 Jun 2008 10:19:13 +0000 (10:19 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2727 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/vtc.c

index 7950fd8d003c0bbb00f564f4d0a3de0e7e1c243a..e6633314d0da949d808cb1d2132c885dced79227 100644 (file)
@@ -307,8 +307,9 @@ exec_file(const char *fn)
        printf("#    TEST %s starting\n", fn);
        buf = read_file(fn);
        parse_string(buf, cmds, NULL);
-       printf("#    TEST %s completed\n", fn);
+       printf("#    RESETTING after %s\n", fn);
        reset_cmds(cmds);
+       printf("#    TEST %s completed\n", fn);
 }
 
 /**********************************************************************