[pypy-svn] r11617 - pypy/dist/lib-python-2.3.4/test

arigo at codespeak.net arigo at codespeak.net
Fri Apr 29 12:56:31 CEST 2005


Author: arigo
Date: Fri Apr 29 12:56:31 2005
New Revision: 11617

Modified:
   pypy/dist/lib-python-2.3.4/test/conftest.py
Log:
Oups, wrong message.


Modified: pypy/dist/lib-python-2.3.4/test/conftest.py
==============================================================================
--- pypy/dist/lib-python-2.3.4/test/conftest.py	(original)
+++ pypy/dist/lib-python-2.3.4/test/conftest.py	Fri Apr 29 12:56:31 2005
@@ -782,7 +782,7 @@
             py.test.skip("""'result' subdirectory not found.
             To run tests in reporting mode (without -E), you first have to
             check it out as follows into the current directory:
-            svn co http://codespeak.net/svn/pypy/testresult""")
+            svn co http://codespeak.net/svn/pypy/testresult result""")
         resultdir = mydir.join('result', userhost)
         resultdir.ensure(dir=1)
         resultfilename = resultdir.join(fspath.new(ext='.txt').basename)



More information about the Pypy-commit mailing list