[py-svn] r35236 - py/dist/py/test/rsession

fijal at codespeak.net fijal at codespeak.net
Sun Dec 3 23:31:15 CET 2006


Author: fijal
Date: Sun Dec  3 23:31:14 2006
New Revision: 35236

Modified:
   py/dist/py/test/rsession/hostmanage.py
Log:
Forgotten to check that in.


Modified: py/dist/py/test/rsession/hostmanage.py
==============================================================================
--- py/dist/py/test/rsession/hostmanage.py	(original)
+++ py/dist/py/test/rsession/hostmanage.py	Sun Dec  3 23:31:14 2006
@@ -59,6 +59,7 @@
             else:
                 gw = py.execnet.PopenGateway(remotepython=remote_python)
             gw.hostid = 'localhost' + str(num)
+            gw.sshaddress = 'localhost'
             hosts.append((num, host, gw, str(pkgdir.dirpath())))
     return hosts
 



More information about the pytest-commit mailing list