From 5f7350d68b22ea506cd4a8cebf31e1a276c7b25b Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Wed, 3 Oct 2018 09:59:52 -0400 Subject: [PATCH] CI: Use bindport instead of port in test http.conf Change-Id: Ife9a6879da63a56e5b8348a2024eeed4e7b1615b --- tests/CI/runUnittests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2