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

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Aug 28 12:46:47 CEST 2005


Author: cfbolz
Date: Sun Aug 28 12:46:46 2005
New Revision: 16981

Modified:
   pypy/release/0.7.x/pypy/doc/getting-started.txt
Log:
oops, the test didn't exists anymore


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:46:46 2005
@@ -273,7 +273,7 @@
 Alternatively, you may run subtests by going to the correct subdirectory
 and running them individually::
 
-    python test_all.py module/test/test_builtin.py
+    python test_all.py interpreter/test/test_pyframe.py
 
 ``test_all.py`` is actually just a synonym for `py.test`_ which is 
 our external testing tool. If you have installed that you 



More information about the Pypy-commit mailing list