aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/osmo-gsm-tester_run-gerrit.sh
blob: 4f250be558c3692235d4e43b94d05d6a6ae90f53 (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 example configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/example"

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

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

export OSMO_GSM_TESTER_OPTS="-s nitb_sms:sysmo -s sms:sysmo -s gprs:sysmo"
./osmo-gsm-tester/contrib/jenkins-make-check-and-run.sh