[svn r38112] This time don't catch SystemExit. Increases stability
--HG-- branch : trunk
This commit is contained in:
parent
028ffa53b2
commit
632cc727e4
|
@ -29,8 +29,6 @@ class RunExecutor(object):
|
|||
outcome = Outcome()
|
||||
except Skipped, e:
|
||||
outcome = Outcome(skipped=str(e))
|
||||
except (KeyboardInterrupt, SystemExit):
|
||||
raise
|
||||
except:
|
||||
excinfo = py.code.ExceptionInfo()
|
||||
if isinstance(self.item, py.test.Function):
|
||||
|
|
Loading…
Reference in New Issue