[3.0] 6387403 Make sure we have debug.sizeof in at least one test-case.

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 16 10:20:38 CEST 2012


commit 63874031576852805faefa464b4ac7c6578d80b4
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