[svn r37994] Imrpovement of host rsync reporting. Additionally it increased stability for no particular reason
--HG-- branch : trunk
This commit is contained in:
@@ -17,6 +17,8 @@ from py.__.test.rsession.reporter import LocalReporter, RemoteReporter
|
||||
from py.__.test.session import Session
|
||||
from py.__.test.outcome import Skipped, Failed
|
||||
|
||||
old_fork = os.fork
|
||||
|
||||
class AbstractSession(Session):
|
||||
"""
|
||||
An abstract session executes collectors/items through a runner.
|
||||
@@ -86,7 +88,7 @@ class AbstractSession(Session):
|
||||
|
||||
def wrap_reporter(self, reporter):
|
||||
""" We wrap reporter around, which makes it possible to us to track
|
||||
number of failures
|
||||
existance of failures
|
||||
"""
|
||||
self.was_failure = False
|
||||
def new_reporter(event):
|
||||
|
||||
Reference in New Issue
Block a user