blob: 475f807e1edb7351a396877ed7282d625a3278d7 [file] [log] [blame]
#!/bin/sh -x
# Automatically restart osmo-bts-trx while running TTCN3 tests. See docker-playground.git.
while true; do
osmo-bts-trx "$@"
done