From d180524b23cbfae52076db945fc43f6d089033a2 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Thu, 23 Apr 2015 18:15:52 -0400 Subject: [PATCH] tests: fail fast --- local-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-test.sh b/local-test.sh index 2a85148bf..ba015d773 100755 --- a/local-test.sh +++ b/local-test.sh @@ -1 +1 @@ -TEST=true TROLLIUSDEBUG=1 python -m unittest discover +TEST=true TROLLIUSDEBUG=1 python -m unittest discover -f