[master] 9398516 Coverage testing of -j options

Poul-Henning Kamp phk at FreeBSD.org
Mon Feb 16 10:30:16 CET 2015


commit 93985169513620bd9f1d06ae9a99dabd42541a06
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 16 09:30:07 2015 +0000

    Coverage testing of -j options

diff --git a/bin/varnishtest/tests/a00009.vtc b/bin/varnishtest/tests/a00009.vtc
index 73021ba..e5abeb7 100644
--- a/bin/varnishtest/tests/a00009.vtc
+++ b/bin/varnishtest/tests/a00009.vtc
@@ -4,3 +4,6 @@ shell "${varnishd} -b 127.0.0.1:80 -C -n ${tmpdir} > /dev/null 2>&1"
 shell "${varnishd} -x dumprstparam > /dev/null 2>&1"
 shell "${varnishd} -x dumprstvsl > /dev/null 2>&1"
 shell "! ${varnishd} -spersistent > /dev/null 2>&1"
+shell "! ${varnishd} -jxyz > /dev/null 2>&1"
+shell "! ${varnishd} -jnone -jxyz > /dev/null 2>&1"
+shell "! ${varnishd} -d -jxyz > /dev/null 2>&1"



More information about the varnish-commit mailing list