aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmo-gsm-tester_ttcn3.sh
blob: a4d5e16e8f7d8a3053d332e6b4314b2e474f8370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -e -x

# On our hardware, we actually use the ttcn3 configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/ttcn3"

# debug: provoke a failure
#export OSMO_GSM_TESTER_OPTS="-s debug -t fail"

unlink osmo-gsm-tester/ttcn3/resources.conf || true
ln -s resources.conf.prod osmo-gsm-tester/ttcn3/resources.conf

PATH="$PWD/osmo-gsm-tester/src:$PATH" \
  ./osmo-gsm-tester/ttcn3/jenkins-run.sh