aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-02-27 22:32:07 +0100
committerDan Fandrich <dan@coneharvesters.com>2017-02-27 22:32:37 +0100
commit41388b9ba386def1ec2da932500288e2e314ccb1 (patch)
tree9337399e53e3497d44d1f92a033dadfa65930dbf /tests/runtests.pl
parent727917555deb4dafe3b3bda9b1fd3c39b4e1677c (diff)
tests: enable HTTP/2 tests to run with non-default port numbers
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 583ba3b7f..0da5b8e77 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1227,6 +1227,7 @@ sub runhttp2server {
$flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
$flags .= "--port $HTTP2PORT ";
+ $flags .= "--connect $HOSTIP:$HTTPPORT ";
$flags .= $verbose_flag if($debugprotocol);
my $cmd = "$exe $flags";