Commit 85c76d87 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/varnish-cache@2690 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 38f77e60
......@@ -244,8 +244,10 @@ exec_file(const char *fn)
{
char *buf;
printf("# TEST %s starting\n", fn);
buf = read_file(fn);
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