summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorpab <devnull@localhost>2009-05-25 14:20:01 +0000
committerpab <devnull@localhost>2009-05-25 14:20:01 +0000
commitf3857de13e272c637d547382783190373b21caa5 (patch)
tree23cccbd5dd3ce51e53ee7ffde1bd6b9203632d8f /setup.py
parent295eb8728cd2ce3c837349127bfb9de8cf35c0fb (diff)
Detect failure to process test
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