[master] cc663d7 Don't spit Compiled VCL on stderr

Poul-Henning Kamp phk at FreeBSD.org
Tue Nov 1 20:45:05 CET 2016


commit cc663d7ce9241aff09c0d90cafee69a783658fb5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Nov 1 18:39:58 2016 +0000

    Don't spit Compiled VCL on stderr

diff --git a/bin/varnishtest/tests/a00009.vtc b/bin/varnishtest/tests/a00009.vtc
index a1bf19e..3ae0c2d 100644
--- a/bin/varnishtest/tests/a00009.vtc
+++ b/bin/varnishtest/tests/a00009.vtc
@@ -1,6 +1,6 @@
 varnishtest "Code coverage of VCL compiler and RSTdump etc"
 
-shell "varnishd -b 127.0.0.1:80 -C -n ${tmpdir} > /${tmpdir}/_.c"
+shell "varnishd -b 127.0.0.1:80 -C -n ${tmpdir} 2> /${tmpdir}/_.c"
 shell "varnishd -x dumprstparam > /${tmpdir}/_.param"
 shell "varnishd -x dumprstvsl > /${tmpdir}/_.vsl"
 shell "varnishd -x dumprstcli > /${tmpdir}/_.cli"



More information about the varnish-commit mailing list