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
This commit is contained in:
Oliver Smith 2019-01-28 13:49:13 +01:00
parent 6687896c64
commit 0c4eba94e5
1 changed files with 1 additions and 1 deletions

View File

@ -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 \