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: 17.0.0-rc1~333^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c9f060b3a95d1bcf9dd4096669d7903943487c6;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"