[3.0] 5a1b472 Remove long gone cli.debug cli calls

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 22 13:26:59 CEST 2013


commit 5a1b4724e4ad8f2e82e10c292017c6499d220d65
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Aug 9 08:28:56 2012 +0000

    Remove long gone cli.debug cli calls

diff --git a/bin/varnishtest/tests/v00006.vtc b/bin/varnishtest/tests/v00006.vtc
index f3faace..ca2bb7e 100644
--- a/bin/varnishtest/tests/v00006.vtc
+++ b/bin/varnishtest/tests/v00006.vtc
@@ -41,7 +41,7 @@ varnish v1 -expect n_backend == 2
 varnish v1 -expect n_vcl_avail == 2
 varnish v1 -expect n_vcl_discard == 0
 
-varnish v1 -cli "debug.backend" -cli "vcl.list"
+varnish v1 -cli "vcl.list"
 
 # Discard the first VCL
 
@@ -64,7 +64,7 @@ client c1 {
 # The workthread should have released its VCL reference now
 # but we need to tickle the CLI to notice
 
-varnish v1 -cli "debug.backend" -cli "vcl.list"
+varnish v1 -cli "vcl.list"
 
 varnish v1 -expect n_backend == 1
 varnish v1 -expect n_vcl_avail == 1



More information about the varnish-commit mailing list