From 0c4eba94e5d7a72e2d0353039ee4384f20ec45a3 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 28 Jan 2019 13:49:13 +0100 Subject: 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 --- ttcn3-sip-test/jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ docker run --rm \ -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 \ -- cgit v1.2.3