pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/27734 )
Change subject: ttcn3-pgw: Pass config file to osmo-uecups ......................................................................
ttcn3-pgw: Pass config file to osmo-uecups
Change-Id: I714172ca063c76a3104daf06f52b5823f304dffe --- M ttcn3-pgw-test/jenkins.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/34/27734/1
diff --git a/ttcn3-pgw-test/jenkins.sh b/ttcn3-pgw-test/jenkins.sh index b30d050..b9be265 100755 --- a/ttcn3-pgw-test/jenkins.sh +++ b/ttcn3-pgw-test/jenkins.sh @@ -71,7 +71,7 @@ --name ${BUILD_TAG}-uecups -d \ $DOCKER_ARGS \ $REPO_USER/osmo-uecups-master \ - /bin/sh -c "osmo-uecups-daemon >/data/osmo-uecups-daemon.log 2>&1" + /bin/sh -c "osmo-uecups-daemon -c /data/osmo-uecups-daemon.cfg >/data/osmo-uecups-daemon.log 2>&1"
# start docker container with testsuite in foreground docker run --rm \