[pypy-svn] r16971 - pypy/release/0.7.x/pypy/doc

ludal at codespeak.net ludal at codespeak.net
Sun Aug 28 12:18:40 CEST 2005


Author: ludal
Date: Sun Aug 28 12:18:39 2005
New Revision: 16971

Modified:
   pypy/release/0.7.x/pypy/doc/getting-started.txt
Log:
 need to cd into pypy/ to run only pypy's tests (not py's)


Modified: pypy/release/0.7.x/pypy/doc/getting-started.txt
==============================================================================
--- pypy/release/0.7.x/pypy/doc/getting-started.txt	(original)
+++ pypy/release/0.7.x/pypy/doc/getting-started.txt	Sun Aug 28 12:18:39 2005
@@ -98,7 +98,8 @@
 If you want to see if PyPy works on your machine/platform 
 you can simply run PyPy's large test suite with:: 
 
-    python pypy/test_all.py 
+    cd pypy
+    python test_all.py 
 
 test_all.py is just another name for `py.test`_ which is the
 testing tool that we are using and enhancing for PyPy.   



More information about the Pypy-commit mailing list