diff --git a/local-test.sh b/local-test.sh index ba015d773..bab484c9c 100755 --- a/local-test.sh +++ b/local-test.sh @@ -1 +1,7 @@ -TEST=true TROLLIUSDEBUG=1 python -m unittest discover -f +set -e + +export TEST=true +export TROLLIUSDEBUG=1 + +python -m unittest discover -f +python -m test.registry_tests -f