Throw script error if tests fail

This commit is contained in:
Jake Howard 2017-05-30 17:17:37 +01:00
parent f38e7a53df
commit 44504e2584

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
python3 -m unittest -v $@