Kaydet (Commit) a18736b5 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

update README on running tests

üst d47442e3
...@@ -945,11 +945,14 @@ that are not yet using glibc 6), test_strftime fails due to a ...@@ -945,11 +945,14 @@ that are not yet using glibc 6), test_strftime fails due to a
non-standard implementation of strftime() in the C library. Please non-standard implementation of strftime() in the C library. Please
ignore this, or upgrade to glibc version 6. ignore this, or upgrade to glibc version 6.
By default, tests are prevented from overusing resources like disk space and
memory. To enable these tests, run "make testall".
IMPORTANT: If the tests fail and you decide to mail a bug report, 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 *don't* include the output of "make test". It is useless. Run the
failing test manually, as follows: failing test manually, as follows:
./python ./Lib/test/test_whatever.py ./python Lib/test/regrtest.py -v test_whatever
(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. different directory). This runs the test in verbose mode.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment