[py-svn] r37886 - in py/trunk/py: doc test/rsession

hpk at codespeak.net hpk at codespeak.net
Sat Feb 3 21:35:15 CET 2007


Author: hpk
Date: Sat Feb  3 21:35:14 2007
New Revision: 37886

Modified:
   py/trunk/py/doc/test.txt
   py/trunk/py/test/rsession/hostmanage.py
Log:
hum, i thought i had refactored this option name already ... 
also the wrong name does not even cause a test failure. odd. 


Modified: py/trunk/py/doc/test.txt
==============================================================================
--- py/trunk/py/doc/test.txt	(original)
+++ py/trunk/py/doc/test.txt	Sat Feb  3 21:35:14 2007
@@ -702,7 +702,7 @@
 Sample configuration::
 
     dist_hosts = ['localhost', 'user at someserver:/tmp/somedir']
-    dist_rsyncroots = ['../pypy', '../py']
+    dist_rsync_roots = ['../pypy', '../py']
     dist_remotepython = 'python2.4'
     dist_nicelevel = 10 
     dist_boxing = True

Modified: py/trunk/py/test/rsession/hostmanage.py
==============================================================================
--- py/trunk/py/test/rsession/hostmanage.py	(original)
+++ py/trunk/py/test/rsession/hostmanage.py	Sat Feb  3 21:35:14 2007
@@ -50,7 +50,7 @@
             return False
         dir, base = os.path.split(path)
         try:
-            name = "dist_rsyncroots" 
+            name = "dist_rsync_roots" 
             rsync_roots = self.config.conftest.rget_path(name, dir)
         except AttributeError:
             rsync_roots = None



More information about the pytest-commit mailing list