r4485 - trunk/varnish-cache/bin/varnishtest/tests

phk at projects.linpro.no phk at projects.linpro.no
Mon Jan 25 20:44:57 CET 2010


Author: phk
Date: 2010-01-25 20:44:57 +0100 (Mon, 25 Jan 2010)
New Revision: 4485

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/a00009.vtc
Log:
Don't spit the compiled VCL on stdout, /dev/null it.



Modified: trunk/varnish-cache/bin/varnishtest/tests/a00009.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/a00009.vtc	2010-01-25 19:00:23 UTC (rev 4484)
+++ trunk/varnish-cache/bin/varnishtest/tests/a00009.vtc	2010-01-25 19:44:57 UTC (rev 4485)
@@ -2,4 +2,4 @@
 
 test "See that the VCL compiler works"
 
-shell "cd ../varnishd && ./varnishd -b 127.0.0.1:80 -C -n ${tmpdir}"
+shell "cd ../varnishd && ./varnishd -b 127.0.0.1:80 -C -n ${tmpdir} > /dev/null"



More information about the varnish-commit mailing list