
phk at varnish-cache
May 2, 2012, 1:47 AM
Post #1 of 1
(41 views)
Permalink
|
|
[master] 1eac7c2 Add code coverage of the RST dumping code
|
|
commit 1eac7c2672c8afd4ceb3a701240260c2ed294c10 Author: Poul-Henning Kamp <phk [at] FreeBSD> Date: Wed May 2 08:47:15 2012 +0000 Add code coverage of the RST dumping code diff --git a/bin/varnishtest/tests/a00009.vtc b/bin/varnishtest/tests/a00009.vtc index 4d35f85..f89231f 100644 --- a/bin/varnishtest/tests/a00009.vtc +++ b/bin/varnishtest/tests/a00009.vtc @@ -1,3 +1,4 @@ -varnishtest "See that the VCL compiler works" +varnishtest "Code coverage of VCL compiler and RSTdump" shell "cd ${topbuild}/bin/varnishd && ./varnishd -b 127.0.0.1:80 -C -n ${tmpdir} > /dev/null 2>&1" +shell "cd ${topbuild}/bin/varnishd && ./varnishd -x dumprst > /dev/null 2>&1" _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|