[svn r38392] looponfailing tricked me into committing too early

(syntax error, bah)

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-10 16:07:30 +01:00
parent bc009c4aef
commit e280dfe1f0
1 changed files with 2 additions and 2 deletions

View File

@ -202,8 +202,8 @@ class TestHostManager(DirSetup):
dir2 = self.source.ensure("dir1", "dir2", dir=1)
dir2.ensure("hello")
hm = self.gethostmanager(
dist_hosts = ["localhost:%s" % self.dest]
dist_rsync_roots = [self.source]
dist_hosts = ["localhost:%s" % self.dest],
dist_rsync_roots = [str(self.source)]
)
assert hm.config.topdir == self.source
hm.init_rsync([].append)