unwind/scripts/tests

8 lines
88 B
Text
Raw Normal View History

2021-06-21 18:54:03 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
exec python -m pytest "$@"