Commit 7bcbfdaa authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't spit the compiled VCL on stdout, /dev/null it.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4485 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d36a1b06
......@@ -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"
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