[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
+1 -1
View File
@@ -46,7 +46,7 @@ class RestReporter(AbstractReporter):
self.add_rest(LiteralBlock('%10s: RSYNC ==> %s' % (item.host.hostname[:10],
item.host.relpath)))
def report_HostReady(self, item):
def _host_ready(self, item):
self.add_rest(LiteralBlock('%10s: READY' % (item.host.hostname[:10],)))
def report_TestStarted(self, event):