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

Make this test less sensitive to varnishd running in the background

parent 2b1b0022
......@@ -10,14 +10,14 @@ varnish v1 -vcl+backend {} -start
delay 1
process p1 {varnishstat -1 -n ${v1_name} -f ^LCK.vbe.destroy \
-f LCK.vbe.* -f LCK.mempool.*} -run
-f ^*.locks -f LCK.vbe.* -f LCK.mempool.*} -run
shell "grep -q vbe ${tmpdir}/p1/stdout"
shell "grep -q mempool ${tmpdir}/p1/stdout"
err_shell "" "grep -q LCK.vbe.destroy ${tmpdir}/p1/stdout"
process p2 {varnishstat -1 -n ${v1_name} -f ^*vbe.destroy \
-f *vbe* -f *mempool*} -run
-f ^*.locks -f *vbe* -f *mempool*} -run
shell "grep -q vbe ${tmpdir}/p2/stdout"
shell "grep -q mempool ${tmpdir}/p2/stdout"
......
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