Throw script error if tests fail
This commit is contained in:
parent
f38e7a53df
commit
44504e2584
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
python3 -m unittest -v $@
|
python3 -m unittest -v $@
|
||||||
|
|
Reference in a new issue