summaryrefslogtreecommitdiff
path: root/tests/condition.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-07-08 00:21:48 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-04 08:08:26 -0400
commit5294d7e18fb0d43bd467155a57e345a697fd3f6a (patch)
treed19daf5e4be1a3a4d55c6585b938f79fa29569ab /tests/condition.conf
parentf47261159720e90dc4444082b2a28bd1491634d4 (diff)
downloadlighttpd-git-5294d7e18fb0d43bd467155a57e345a697fd3f6a.tar.gz
[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
Diffstat (limited to 'tests/condition.conf')
-rw-r--r--tests/condition.conf9
1 files changed, 8 insertions, 1 deletions
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" {
}