r3242 - trunk/varnish-cache/bin/varnishtest

phk at projects.linpro.no phk at projects.linpro.no
Wed Oct 1 10:28:00 CEST 2008


Author: phk
Date: 2008-10-01 10:27:59 +0200 (Wed, 01 Oct 2008)
New Revision: 3242

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
Log:
Add a pidfile for varnishd



Modified: trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_varnish.c	2008-09-30 06:24:13 UTC (rev 3241)
+++ trunk/varnish-cache/bin/varnishtest/vtc_varnish.c	2008-10-01 08:27:59 UTC (rev 3242)
@@ -193,6 +193,7 @@
 	vsb_printf(vsb, "cd ../varnishd &&");
 	vsb_printf(vsb, " ./varnishd -d -d -n /tmp/__%s", v->name);
 	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);
 	vsb_finish(vsb);
 	AZ(vsb_overflowed(vsb));




More information about the varnish-commit mailing list