r2690 - trunk/varnish-cache/bin/varnishtest
    phk at projects.linpro.no 
    phk at projects.linpro.no
       
    Sun Jun 15 21:55:49 CEST 2008
    
    
  
Author: phk
Date: 2008-06-15 21:55:49 +0200 (Sun, 15 Jun 2008)
New Revision: 2690
Modified:
   trunk/varnish-cache/bin/varnishtest/vtc.c
Log:
Wrap two level 1 messages around each test file.
Modified: trunk/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.c	2008-06-15 19:53:36 UTC (rev 2689)
+++ trunk/varnish-cache/bin/varnishtest/vtc.c	2008-06-15 19:55:49 UTC (rev 2690)
@@ -244,8 +244,10 @@
 {
 	char *buf;
 
+	printf("#    TEST %s starting\n", fn);
 	buf = read_file(fn);
 	parse_string(buf, cmds, NULL);
+	printf("#    TEST %s completed\n", fn);
 }
 
 /**********************************************************************
    
    
More information about the varnish-commit
mailing list