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

Disable CLI banner when running tests.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3763 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ec62e71f
......@@ -207,6 +207,7 @@ varnish_launch(struct varnish *v)
AN(vsb);
vsb_printf(vsb, "cd ../varnishd &&");
vsb_printf(vsb, " ./varnishd -d -d -n /tmp/__%s", v->name);
vsb_printf(vsb, " -p cli_banner=off);
vsb_printf(vsb, " -a '%s' -T %s", v->accept, v->telnet);
vsb_printf(vsb, " -P /tmp/__%s/varnishd.pid", v->name);
vsb_printf(vsb, " %s", v->args);
......
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