From 0fe348d430b4491966812057cf45182bf811a518 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 20 Oct 2015 12:24:12 -0400 Subject: [PATCH] add registry tests to local-test --- local-test.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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