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

Don't spit Compiled VCL on stderr

parent 561adad2
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"
......
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