[PATCH 7/7] Fix test case
Martin Blix Grydeland
martin at varnish-software.com
Mon Dec 3 11:09:55 CET 2012
Varnishtest -storage option can not be specified multiple times to
append. Fix the test case to list all the silos in one -storage
option.
---
bin/varnishtest/tests/p00002.vtc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/varnishtest/tests/p00002.vtc b/bin/varnishtest/tests/p00002.vtc
index dc6e584..53bf892 100644
--- a/bin/varnishtest/tests/p00002.vtc
+++ b/bin/varnishtest/tests/p00002.vtc
@@ -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 {
--
1.7.10.4
More information about the varnish-dev
mailing list