From: des Date: Mon, 13 Aug 2007 16:34:06 +0000 (+0000) Subject: Use set_param() to enable VCL tracing X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e054991a444c586bb0d9e7906211a5a6a0f41a0;p=varnish Use set_param() to enable VCL tracing git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1835 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-tools/regress/lib/Varnish/Test/Case.pm b/varnish-tools/regress/lib/Varnish/Test/Case.pm index d7ac5feb..e5dfe651 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Case.pm +++ b/varnish-tools/regress/lib/Varnish/Test/Case.pm @@ -88,6 +88,9 @@ sub init($) { $self->run_loop('ev_varnish_command_ok'); } + $varnish->set_param('vcl_trace' => 'on'); + $self->run_loop('ev_varnish_command_ok'); + # Start the child $varnish->start_child(); $self->run_loop('ev_varnish_child_started');