Commit a516b665 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't say we're done until after we have reset everything.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2727 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7524f1fc
......@@ -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);
}
/**********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment