osmo-dev/ttcn3/wrappers/osmo-bts-trx-respawn.sh

7 lines
144 B
Bash
Executable File

#!/bin/sh -x
# Automatically restart osmo-bts-trx while running TTCN3 tests. See docker-playground.git.
while true; do
osmo-bts-trx "$@"
done