summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b0c1eae..f062cbd 100755
--- a/setup.py
+++ b/setup.py
@@ -109,7 +109,7 @@ class test (Command):
print '%s imported' % (fn,)
except Exception, e:
print '%s failed in %s: %s' % (fn, state, e)
- traceback.print_exception(*sys.exc_info())
+ raise
# Run everything
verbosity = 1