aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sgsn-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-sgsn-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-sgsn-test')
-rwxr-xr-xttcn3-sgsn-test/jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-sgsn-test/jenkins.sh b/ttcn3-sgsn-test/jenkins.sh
index 9243e2b..e4611bc 100755
--- a/ttcn3-sgsn-test/jenkins.sh
+++ b/ttcn3-sgsn-test/jenkins.sh
@@ -24,7 +24,7 @@ docker run --rm \
-v $VOL_BASE_DIR/sgsn:/data \
--name ${BUILD_TAG}-sgsn -d \
$REPO_USER/osmo-sgsn-$IMAGE_SUFFIX \
- /usr/local/bin/osmo-sgsn
+ osmo-sgsn
echo Starting container with SGSN testsuite
docker run --rm \