aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bscnat-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-01-25 11:00:09 +0100
committerOliver Smith <osmith@sysmocom.de>2019-01-28 13:58:02 +0100
commit6687896c646c50495134939f717136db4de24c54 (patch)
treebe091f0a2758d2f21ad37e5015f04ad0f99b482f /ttcn3-bscnat-test
parent761b7acd22eeeacb119a2b1a7b9ad1b30c9da033 (diff)
ttcn3-*-test: don't hardcode /usr/local/bin/
Remove hardcoded /usr/local/bin/ paths from jenkins.sh. This caused the *-latest tests to fail, as they have the Osmocom binaries in /usr/bin instead of /usr/local/bin. Related: OS#3767 Change-Id: I9d1427e66028ffd15fed211b2dab5adc37718666
Diffstat (limited to 'ttcn3-bscnat-test')
-rwxr-xr-xttcn3-bscnat-test/jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-bscnat-test/jenkins.sh b/ttcn3-bscnat-test/jenkins.sh
index 0287097..df45b0a 100755
--- a/ttcn3-bscnat-test/jenkins.sh
+++ b/ttcn3-bscnat-test/jenkins.sh
@@ -23,7 +23,7 @@ docker run --rm \
--network $NET_NAME --ip 172.18.11.20 \
-v $VOL_BASE_DIR/bscnat:/data \
--name ${BUILD_TAG}-bscnat -d \
- $REPO_USER/osmo-nitb-$IMAGE_SUFFIX /usr/local/bin/osmo-bsc_nat -c /data/osmo-bsc-nat.cfg
+ $REPO_USER/osmo-nitb-$IMAGE_SUFFIX osmo-bsc_nat -c /data/osmo-bsc-nat.cfg
echo Starting container with BSCNAT testsuite
docker run --rm \