From 5294d7e18fb0d43bd467155a57e345a697fd3f6a Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 8 Jul 2021 00:21:48 -0400 Subject: [tests] combine *.t using tests/condition.conf combine tests/*.t using tests/condition.conf into tests/core-condition.t Platforms which are horrifically slow starting processes (e.g. Windows) take much more time to start and stop lighttpd many times for independent *.t instances run through the Perl Test::More framework --- tests/condition.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tests/condition.conf') diff --git a/tests/condition.conf b/tests/condition.conf index b28be7b8..bbd2dd1c 100644 --- a/tests/condition.conf +++ b/tests/condition.conf @@ -6,7 +6,7 @@ server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.o server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log" server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log" server.name = "www.example.org" -server.tag = "Apache 1.3.29" +server.tag = "lighttpd-1.4.x" server.compat-module-load = "disable" server.modules = ( @@ -78,6 +78,13 @@ else $HTTP["host"] == "test4.example.org" { ) } } +else $HTTP["host"] == "test.example.org" { + server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/" + server.name = "test.example.org" + var.myvar = "good" + var.one = 1 + include "var-include-sub.conf" +} $HTTP["url"] != "/show/other/server-tag" { } -- cgit v1.2.1