summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-03-21 23:52:20 +0000
committerAndrew M. Kuchling <amk@amk.ca>2002-03-21 23:52:20 +0000
commit83d042d3a7fbae3133462abf641f1a0e0fe23d4c (patch)
tree908615ccafc6ec62a60630bf2c9e2b51be7bca6a /README
parent3f1822b468efed725bf1d16d6d6d5b324573f0dd (diff)
downloadcpython-git-83d042d3a7fbae3133462abf641f1a0e0fe23d4c.tar.gz
[Bug #532136] Change path in README, as suggested by Ralph Corderoy
Bugfix candidate.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c8c2728de5..f2689e6ebb 100644
--- 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.