]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport akuchling's checkin of
authorMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 13:15:52 +0000 (13:15 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 25 Mar 2002 13:15:52 +0000 (13:15 +0000)
    revision 1.142 of README

[Bug #532136] Change path in README, as suggested by Ralph Corderoy

Bugfix candidate.

README

diff --git a/README b/README
index b86cd76b7881ee0be0f7c5cd78a3a784cf14553d..e15f085578e159e709ab88df98e1e933f7b70292 100644 (file)
--- a/README
+++ b/README
@@ -647,9 +647,9 @@ IMPORTANT: If the tests fail and you decide to mail a bug report,
 *don't* include the output of "make test".  It is useless.  Run the
 failing test manually, as follows:
 
-       python ../Lib/test/test_whatever.py
+       ./python ./Lib/test/test_whatever.py
 
-(substituting the top of the source tree for .. if you built in a
+(substituting the top of the source tree for '.' if you built in a
 different directory).  This runs the test in verbose mode.