[master] ffc2b8e Try to make this test a tad more robust

Poul-Henning Kamp phk at FreeBSD.org
Thu Jan 29 09:53:12 CET 2015


commit ffc2b8e249a387e65d5f4f9d6e5154bc5654456e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Jan 29 08:52:59 2015 +0000

    Try to make this test a tad more robust

diff --git a/bin/varnishtest/tests/v00014.vtc b/bin/varnishtest/tests/v00014.vtc
index 8f776b7..c4926e0 100644
--- a/bin/varnishtest/tests/v00014.vtc
+++ b/bin/varnishtest/tests/v00014.vtc
@@ -41,11 +41,13 @@ client c1 {
 	expect resp.status == 500
 } -run
 
+server s1 -wait
+
 server s1 {
 	rxreq
 	expect req.url == "/"
 	txresp -body "slash"
-} -start
+} -start -wait
 
 server s1 {
 	rxreq



More information about the varnish-commit mailing list