summaryrefslogtreecommitdiff
path: root/tests/condition.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-09 04:46:43 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-10 22:38:32 -0500
commit93bc7f269521b368806d0f0e09f9bf25fbf8a236 (patch)
tree31e6482a5f5968a7b195cc0ec5907887aa303811 /tests/condition.conf
parent1e335b3724ae3f839170286d572b3056d6814b54 (diff)
downloadlighttpd-git-93bc7f269521b368806d0f0e09f9bf25fbf8a236.tar.gz
[core] allow tests/tmp/bind.conf override (#3137)
optional bind spec override for tests/*.conf, e.g. for use on platforms w/o socket activation x-ref: "TRACEME environment option in tests broken with LISTEN_PID" https://redmine.lighttpd.net/issues/3137
Diffstat (limited to 'tests/condition.conf')
-rw-r--r--tests/condition.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/condition.conf b/tests/condition.conf
index bbd2dd1c..55e2959a 100644
--- a/tests/condition.conf
+++ b/tests/condition.conf
@@ -2,6 +2,9 @@ debug.log-request-handling = "enable"
debug.log-condition-handling = "enable"
server.systemd-socket-activation = "enable"
+# optional bind spec override, e.g. for platforms without socket activation
+include env.SRCDIR + "/tmp/bind*.conf"
+
server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"