[pypy-commit] pypy default: (fijal, arigo)

arigo pypy.commits at gmail.com
Wed Aug 23 12:23:49 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r92229:b02f6ce0d05b
Date: 2017-08-23 18:23 +0200
http://bitbucket.org/pypy/pypy/changeset/b02f6ce0d05b/

Log:	(fijal, arigo)

	Improve the explanation a bit

diff --git a/pypy/module/test_lib_pypy/README.txt b/pypy/module/test_lib_pypy/README.txt
--- a/pypy/module/test_lib_pypy/README.txt
+++ b/pypy/module/test_lib_pypy/README.txt
@@ -1,4 +1,7 @@
 This directory contains app-level tests are supposed to be run *after*
 translation. So you run them by saying:
 
-pypy pytest.py <testfile.py>
+../../goal/pypy-c pytest.py <testfile.py>
+
+Note that if you run it with a PyPy from elsewhere, it will not pick
+up the changes to lib-python and lib_pypy.


More information about the pypy-commit mailing list