r2727 - trunk/varnish-cache/bin/varnishtest

phk at projects.linpro.no phk at projects.linpro.no
Tue Jun 17 12:19:14 CEST 2008


Author: phk
Date: 2008-06-17 12:19:13 +0200 (Tue, 17 Jun 2008)
New Revision: 2727

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc.c
Log:
Don't say we're done until after we have reset everything.



Modified: trunk/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.c	2008-06-17 10:15:20 UTC (rev 2726)
+++ trunk/varnish-cache/bin/varnishtest/vtc.c	2008-06-17 10:19:13 UTC (rev 2727)
@@ -307,8 +307,9 @@
 	printf("#    TEST %s starting\n", fn);
 	buf = read_file(fn);
 	parse_string(buf, cmds, NULL);
+	printf("#    RESETTING after %s\n", fn);
+	reset_cmds(cmds);
 	printf("#    TEST %s completed\n", fn);
-	reset_cmds(cmds);
 }
 
 /**********************************************************************




More information about the varnish-commit mailing list