[py-svn] r38711 - py/trunk/py/test/rsession/testing
fijal at codespeak.net
fijal at codespeak.net
Tue Feb 13 16:31:33 CET 2007
Author: fijal
Date: Tue Feb 13 16:31:31 2007
New Revision: 38711
Modified:
py/trunk/py/test/rsession/testing/test_rsession.py
Log:
Avoid infinte recursion when rsyncing (well finite - OSError file too long)
Modified: py/trunk/py/test/rsession/testing/test_rsession.py
==============================================================================
--- py/trunk/py/test/rsession/testing/test_rsession.py (original)
+++ py/trunk/py/test/rsession/testing/test_rsession.py Tue Feb 13 16:31:31 2007
@@ -182,7 +182,7 @@
"""
allevents = []
hosts = [HostInfo('localhost:%s' % self.dest)]
- tmpdir = py.test.ensuretemp("nice")
+ tmpdir = self.source
tmpdir.ensure("__init__.py")
tmpdir.ensure("conftest.py").write(py.code.Source("""
dist_hosts = ['localhost:%s']
More information about the py-svn
mailing list