[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

@@ -176,7 +176,7 @@ def test_slave_running_interrupted():
gw.host = HostInfo("localhost")
gw.host.gw = gw
config = py.test.config._reparse([tmpdir])
channel = setup_slave(gw, pkgdir, config)
channel = setup_slave(gw.host, config)
mn = MasterNode(channel, reports.append, {})
return mn, gw, channel