From: Sean Bright Date: Wed, 3 Oct 2018 13:59:52 +0000 (-0400) Subject: CI: Use bindport instead of port in test http.conf X-Git-Tag: 13.24.0-rc1~73^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e9a946739e671d0e9af459353dcb894602c8b1;p=thirdparty%2Fasterisk.git CI: Use bindport instead of port in test http.conf Change-Id: Ife9a6879da63a56e5b8348a2024eeed4e7b1615b --- diff --git a/tests/CI/runUnittests.sh b/tests/CI/runUnittests.sh index 1d2656b176..7cb750ba99 100755 --- a/tests/CI/runUnittests.sh +++ b/tests/CI/runUnittests.sh @@ -26,7 +26,7 @@ cat <<-EOF > "$ASTETCDIR/http.conf" [general] enabled=yes bindaddr=127.0.0.1 - port=8088 + bindport=8088 EOF cat <<-EOF > "$ASTETCDIR/modules.conf"