[svn r58094] (pedronis, arigo)
Partial revert: don't print traceback failures after InternalExceptions. --HG-- branch : trunk
This commit is contained in:
parent
2670dac0d2
commit
f12b795147
|
@ -129,6 +129,7 @@ class TerminalReporter(BaseReporter):
|
|||
|
||||
def rep_TestrunFinish(self, ev):
|
||||
self._tw.line("")
|
||||
if ev.exitstatus in (0, 1, 2):
|
||||
self.summary_failures()
|
||||
self.summary_skips()
|
||||
if ev.exitstatus == 2:
|
||||
|
|
Loading…
Reference in New Issue