[master] f012e53 Make sure we have debug.sizeof in at least one test-case.
Poul-Henning Kamp
phk at varnish-cache.org
Wed Feb 15 10:19:05 CET 2012
commit f012e53da787b6cba1c19aab14ba30bf4612158a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Wed Feb 15 09:18:20 2012 +0000
Make sure we have debug.sizeof in at least one test-case.
diff --git a/bin/varnishtest/tests/b00032.vtc b/bin/varnishtest/tests/b00032.vtc
index 949bcfa..ced05bb 100644
--- a/bin/varnishtest/tests/b00032.vtc
+++ b/bin/varnishtest/tests/b00032.vtc
@@ -1,3 +1,12 @@
varnishtest "CLI coverage test"
varnish v1 -cliok storage.list
+
+server s1 {
+ rxreq
+ txresp
+} -start
+
+varnish v1 -vcl+backend {} -start
+
+varnish v1 -cliok debug.sizeof
More information about the varnish-commit
mailing list