[svn r38392] looponfailing tricked me into committing too early
(syntax error, bah) --HG-- branch : trunk
This commit is contained in:
parent
bc009c4aef
commit
e280dfe1f0
|
@ -202,8 +202,8 @@ class TestHostManager(DirSetup):
|
||||||
dir2 = self.source.ensure("dir1", "dir2", dir=1)
|
dir2 = self.source.ensure("dir1", "dir2", dir=1)
|
||||||
dir2.ensure("hello")
|
dir2.ensure("hello")
|
||||||
hm = self.gethostmanager(
|
hm = self.gethostmanager(
|
||||||
dist_hosts = ["localhost:%s" % self.dest]
|
dist_hosts = ["localhost:%s" % self.dest],
|
||||||
dist_rsync_roots = [self.source]
|
dist_rsync_roots = [str(self.source)]
|
||||||
)
|
)
|
||||||
assert hm.config.topdir == self.source
|
assert hm.config.topdir == self.source
|
||||||
hm.init_rsync([].append)
|
hm.init_rsync([].append)
|
||||||
|
|
Loading…
Reference in New Issue