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