[master] ae090cf Fix test case

Martin Blix Grydeland martin at varnish-cache.org
Thu Dec 13 15:17:15 CET 2012


commit ae090cf1ac8aab0b9339c32c289f370c0ec485c9
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Fri Nov 30 13:25:07 2012 +0100

    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.

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 {



More information about the varnish-commit mailing list