summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 89916b5f..65118ae4 100755
--- a/setup.py
+++ b/setup.py
@@ -462,7 +462,7 @@ class TestBaseCommand(distutils.core.Command):
print "%s" % test
print
- t = unittest.TextTestRunner(verbosity=1)
+ t = unittest.TextTestRunner(verbosity=self.debug and 2 or 1)
try:
result = t.run(tests)