[Asterisk-code-review] CI: Use bindport instead of port in test http.conf (asterisk[15])
George Joseph
asteriskteam at digium.com
Wed Oct 3 13:56:30 CDT 2018
George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/10400 )
Change subject: CI: Use bindport instead of port in test http.conf
......................................................................
CI: Use bindport instead of port in test http.conf
Change-Id: Ife9a6879da63a56e5b8348a2024eeed4e7b1615b
---
M tests/CI/runUnittests.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Corey Farrell: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved
George Joseph: Approved for Submit
diff --git a/tests/CI/runUnittests.sh b/tests/CI/runUnittests.sh
index 1d2656b..7cb750b 100755
--- a/tests/CI/runUnittests.sh
+++ b/tests/CI/runUnittests.sh
@@ -26,7 +26,7 @@
[general]
enabled=yes
bindaddr=127.0.0.1
- port=8088
+ bindport=8088
EOF
cat <<-EOF > "$ASTETCDIR/modules.conf"
--
To view, visit https://gerrit.asterisk.org/10400
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: Ife9a6879da63a56e5b8348a2024eeed4e7b1615b
Gerrit-Change-Number: 10400
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2 (1000185)
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181003/ec27fcbf/attachment.html>
More information about the asterisk-code-review
mailing list