Commit ae090cf1 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Fix test case

Varnishtest -storage option can not be specified multiple times to
append. Fix the test case to list all the silos in one -storage
option.
parent 0296c844
......@@ -10,8 +10,7 @@ server s1 {
varnish v1 \
-arg "-pfeature=+wait_silo" \
-arg "-pban_lurker_sleep=0" \
-storage "-spersistent,${tmpdir}/_.per1,10m" \
-storage "-spersistent,${tmpdir}/_.per2,10m" \
-storage "-spersistent,${tmpdir}/_.per1,10m -spersistent,${tmpdir}/_.per2,10m" \
-vcl+backend { } -start
client c1 {
......
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