aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-hlr-test/jenkins.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-hlr-test/jenkins.sh')
-rwxr-xr-xttcn3-hlr-test/jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-hlr-test/jenkins.sh b/ttcn3-hlr-test/jenkins.sh
index 3d942de..2bf1f98 100755
--- a/ttcn3-hlr-test/jenkins.sh
+++ b/ttcn3-hlr-test/jenkins.sh
@@ -22,7 +22,7 @@ docker run --rm \
-v $VOL_BASE_DIR/hlr:/data \
--name ${BUILD_TAG}-hlr -d \
$REPO_USER/osmo-hlr-$IMAGE_SUFFIX \
- osmo-hlr
+ /bin/sh -c "osmo-hlr -c /data/osmo-hlr.cfg >/data/osmo-hlr.log 2>&1"
echo Starting container with HLR testsuite
docker run --rm \