From: phk Date: Tue, 17 Jun 2008 10:19:13 +0000 (+0000) Subject: Don't say we're done until after we have reset everything. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b19ef12c567509ce7a7ce73d4fa234e915f6ce01;p=varnish Don't say we're done until after we have reset everything. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2727 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/vtc.c b/varnish-cache/bin/varnishtest/vtc.c index 7950fd8d..e6633314 100644 --- a/varnish-cache/bin/varnishtest/vtc.c +++ b/varnish-cache/bin/varnishtest/vtc.c @@ -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); } /**********************************************************************