osmith has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12707 )

Change subject: ttcn3-sip-test/jenkins.sh: remove invalid -M arg
......................................................................

ttcn3-sip-test/jenkins.sh: remove invalid -M arg

osmo-sip-connector does not have a -M argument, it was probably
confused with osmo-msc's -M, --mncc-sock-path argument.

osmo-sip-connector printed out the following when started with -M, but
otherwise functioned normally. Because it was started with Docker in
background, the message did not get written to the build log.

osmo-sip-connector: invalid option -- 'M'

Change-Id: Iee983a8aafe8cade67b76927721fc26e5af966d7
---
M ttcn3-sip-test/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Vadim Yanitskiy: Looks good to me, approved
  osmith: Verified



diff --git a/ttcn3-sip-test/jenkins.sh b/ttcn3-sip-test/jenkins.sh
index f70943c..a918269 100755
--- a/ttcn3-sip-test/jenkins.sh
+++ b/ttcn3-sip-test/jenkins.sh
@@ -27,7 +27,7 @@
                -v $VOL_BASE_DIR/unix:/data/unix \
                --name ${BUILD_TAG}-sip-connector -d \
                $REPO_USER/osmo-sip-$IMAGE_SUFFIX \
-               osmo-sip-connector -M /data/unix/mncc
+               osmo-sip-connector

 echo Starting container with SIP testsuite
 docker run     --rm \

--
To view, visit https://gerrit.osmocom.org/12707
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iee983a8aafe8cade67b76927721fc26e5af966d7
Gerrit-Change-Number: 12707
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>

Reply via email to