From adfa06de996944b495b878540464dd6e74563052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sun, 8 Feb 2015 19:10:41 +0000 Subject: [tests] improve valgrind and strace TRACEME, disable condition logging in normal configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - condition logging is way too noisy and rarely useful - increate timeout to wait for port bind; if the process dies we fail early anyway From: Stefan Bühler git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2978 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lighttpd.conf') diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf index a4b5cd84..a140002e 100644 --- a/tests/lighttpd.conf +++ b/tests/lighttpd.conf @@ -1,7 +1,7 @@ debug.log-request-handling = "enable" debug.log-request-header = "enable" debug.log-response-header = "enable" -debug.log-condition-handling = "enable" +#debug.log-condition-handling = "enable" server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/" ## 64 Mbyte ... nice limit -- cgit v1.2.1