From 0e69222af163ed6c1eb48c2afefffd443dbe96ba Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 17 Feb 2015 15:32:54 -0500 Subject: [PATCH] test: add TROLLIUSDEBUG=1 to test script --- local-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-test.sh b/local-test.sh index a54491969..2a85148bf 100755 --- a/local-test.sh +++ b/local-test.sh @@ -1 +1 @@ -TEST=true python -m unittest discover +TEST=true TROLLIUSDEBUG=1 python -m unittest discover