From c18ab8fd7e6575b5385a956cd06cdfda0a38bb4c Mon Sep 17 00:00:00 2001 From: fijal Date: Thu, 8 Feb 2007 17:02:15 +0100 Subject: [PATCH] [svn r38175] Fix --HG-- branch : trunk --- py/test/rsession/hostmanage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/rsession/hostmanage.py b/py/test/rsession/hostmanage.py index 2fb70da80..170bc5885 100644 --- a/py/test/rsession/hostmanage.py +++ b/py/test/rsession/hostmanage.py @@ -143,7 +143,7 @@ class HostManager(object): host, reporter, destrelpath, finishedcallback= lambda host=host, root=root: donecallback(host, root)) reporter(repevent.HostRSyncing(host, root, remotepath)) - rsync.send_if_targets() + rsync.send(raises=False) def setup_hosts(self, reporter): self.init_rsync(reporter)