[py-svn] r38175 - py/trunk/py/test/rsession

fijal at codespeak.net fijal at codespeak.net
Thu Feb 8 17:02:22 CET 2007


Author: fijal
Date: Thu Feb  8 17:02:15 2007
New Revision: 38175

Modified:
   py/trunk/py/test/rsession/hostmanage.py
Log:
Fix


Modified: py/trunk/py/test/rsession/hostmanage.py
==============================================================================
--- py/trunk/py/test/rsession/hostmanage.py	(original)
+++ py/trunk/py/test/rsession/hostmanage.py	Thu Feb  8 17:02:15 2007
@@ -143,7 +143,7 @@
                     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)



More information about the pytest-commit mailing list