Commit 752a9c59 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Wrap two level 1 messages around each test file.



git-svn-id: http://www.varnish-cache.org/svn/trunk@2690 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 666a10ac
...@@ -244,8 +244,10 @@ exec_file(const char *fn) ...@@ -244,8 +244,10 @@ exec_file(const char *fn)
{ {
char *buf; char *buf;
printf("# TEST %s starting\n", fn);
buf = read_file(fn); buf = read_file(fn);
parse_string(buf, cmds, NULL); parse_string(buf, cmds, NULL);
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