osmo-gsm-tester: Point config parameter to file instead of its dirname

Since osmo-gsm-tester.git Change-Id Ieca65b71b543c44cfcec8e83efd0fe053c432e55,
the -c parameter holds the config file and not the directory where it is contained.

Change-Id: I9aca57c4dd3180367eb17ec92177b90a9c411a6a
This commit is contained in:
Pau Espin 2020-05-11 18:50:08 +02:00
parent 03b6049534
commit 71cc851e35
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@
docker run --rm=true \
-e HOME=/build \
-e JOB_NAME="$JOB_NAME" \
-e OSMO_GSM_TESTER_CONF="/build/osmo-gsm-tester/sysmocom" \
-e OSMO_GSM_TESTER_CONF="/build/osmo-gsm-tester/sysmocom/main.conf" \
-e OSMO_GSM_TESTER_OPTS="$OSMO_GSM_TESTER_OPTS" \
-e BUILD_NUMBER="$BUILD_NUMBER" \
-w /build -i \

View File

@ -2,7 +2,7 @@
set -e -x
# On our hardware, we actually use the ttcn3 configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/sysmocom/ttcn3"
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/sysmocom/ttcn3/main.conf"
# debug: provoke a failure
#export OSMO_GSM_TESTER_OPTS="-s debug -t fail"