]> git.pld-linux.org Git - packages/lighttpd.git/blame - test-port-setup.patch
add mod_vhostdb_pgsql build
[packages/lighttpd.git] / test-port-setup.patch
CommitLineData
4428f15a
ER
1
2TODO: upstream it:
3https://github.com/lighttpd/lighttpd1.4/pull/69
4
5f5b97ee
ER
5--- lighttpd-1.4.30/tests/LightyTest.pm~ 2010-02-02 01:28:20.000000000 +0200
6+++ lighttpd-1.4.30/tests/LightyTest.pm 2011-12-19 14:37:44.255526606 +0200
7@@ -43,7 +43,7 @@
8 $self->{MODULES_PATH} = $self->{BASEDIR}.'/build';
9 }
10 $self->{LIGHTTPD_PATH} = $self->{BINDIR}.'/lighttpd';
11- $self->{PORT} = 2048;
12+ $self->{PORT} = $ENV{LIGHTTPD_TEST_PORT} ? int($ENV{LIGHTTPD_TEST_PORT}) : 2048;
13
14 my ($name, $aliases, $addrtype, $net) = gethostbyaddr(inet_aton("127.0.0.1"), AF_INET);
15
This page took 0.025788 seconds and 4 git commands to generate.