[py-svn] r7946 - py/dist/doc

hpk at codespeak.net hpk at codespeak.net
Mon Dec 20 18:06:33 CET 2004


Author: hpk
Date: Mon Dec 20 18:06:32 2004
New Revision: 7946

Modified:
   py/dist/doc/rest_test.py
Log:
adapt to moved script


Modified: py/dist/doc/rest_test.py
==============================================================================
--- py/dist/doc/rest_test.py	(original)
+++ py/dist/doc/rest_test.py	Mon Dec 20 18:06:32 2004
@@ -4,7 +4,7 @@
 
 mypath = py.magic.autopath() 
 mydir = mypath.dirpath()
-rest = mydir.dirpath('tool', 'rest.py')
+rest = mydir.dirpath('py', 'bin', 'py.rest')
 
 def restcheck(path): 
     out = py.process.cmdexec("%s %s 2>&1" %(rest, path)) 



More information about the pytest-commit mailing list