[svn r37994] Imrpovement of host rsync reporting. Additionally it increased stability for no particular reason

--HG--
branch : trunk
This commit is contained in:
fijal
2007-02-06 11:31:08 +01:00
parent 157a77ef0a
commit fef23c34cd
13 changed files with 55 additions and 3967 deletions

View File

@@ -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):