[master] 9e97862 Also exercise the dumprstcli code.

Poul-Henning Kamp phk at FreeBSD.org
Sat May 21 15:36:06 CEST 2016


commit 9e97862c4438b313fd7f13606a4ab7a4178811c1
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat May 21 13:35:33 2016 +0000

    Also exercise the dumprstcli code.

diff --git a/bin/varnishtest/tests/a00009.vtc b/bin/varnishtest/tests/a00009.vtc
index b62483d..b751383 100644
--- a/bin/varnishtest/tests/a00009.vtc
+++ b/bin/varnishtest/tests/a00009.vtc
@@ -3,6 +3,7 @@ varnishtest "Code coverage of VCL compiler and RSTdump etc"
 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 -x dumprstcli > /dev/null 2>&1"
 err_shell {VCL version declaration missing} "echo 'bad vcl' >${tmpdir}/t.vcl ; varnishd -f ${tmpdir}/t.vcl -n ${tmpdir} 2>&1"
 err_shell {VCL version declaration missing} "echo 'bad vcl' >${tmpdir}/t.vcl ; varnishd -C -f ${tmpdir}/t.vcl -n ${tmpdir} 2>&1"
 err_shell {-spersistent has been deprecated} "varnishd -spersistent 2>&1"



More information about the varnish-commit mailing list