ttcn3-bsc-test: Fix location of respawn.sh script

This commit is contained in:
Harald Welte 2018-03-19 07:47:10 +00:00
parent c90d07003c
commit 32f13b23af
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ for i in `seq 0 2`; do
docker run --rm \
--network $NET_NAME --ip 172.18.2.10$i \
--name ${BUILD_TAG}-bts$i -d \
$REPO_USER/osmo-bts-master ./respawn.sh 172.18.2.20 $((i + 1234)) 1
$REPO_USER/osmo-bts-master /usr/local/bin/respawn.sh osmo-bts-omldummy 172.18.2.20 $((i + 1234)) 1
done
echo Starting container with BSC testsuite