]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Bug #532136] Change path in README, as suggested by Ralph Corderoy
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 21 Mar 2002 23:52:20 +0000 (23:52 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 21 Mar 2002 23:52:20 +0000 (23:52 +0000)
Bugfix candidate.

README

diff --git a/README b/README
index c8c2728de544007ebbb4d0a7bdbd0a2d5bd083ed..f2689e6ebbda7f3e2cfe572469120c6150f36b24 100644 (file)
--- a/README
+++ b/README
@@ -648,9 +648,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.