From 41388b9ba386def1ec2da932500288e2e314ccb1 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 27 Feb 2017 22:32:07 +0100 Subject: tests: enable HTTP/2 tests to run with non-default port numbers --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/runtests.pl') 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"; -- cgit v1.2.3