varnishadm does not fail if an eror is received after the varnishadm -t timeout

parent 64ccd446
......@@ -177,8 +177,10 @@ shell {
cat >${tmpdir}/f1 <<-EOF
vcl 4.1;
import debug;
import vtc;
backend none none;
sub vcl_init {
vtc.sleep(10s);
new fails = debug.obj("fail");
}
EOF
......
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