mirror of https://github.com/python/cpython
[Bug #532136] Change path in README, as suggested by Ralph Corderoy
Bugfix candidate.
This commit is contained in:
parent
3f1822b468
commit
83d042d3a7
4
README
4
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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue