diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-08-21 14:48:54 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-08-21 14:48:54 (GMT) |
commit | 7dfb3a1993ac2a1a04e9347b7c5a8f7f57cefd78 (patch) | |
tree | e60e9e16816ef1f22694ed91dfc3a1e9b2a7a701 /README | |
parent | 08aa3c0235e41666bbbb3a0a4f884b84641563f4 (diff) | |
download | cpython-7dfb3a1993ac2a1a04e9347b7c5a8f7f57cefd78.zip cpython-7dfb3a1993ac2a1a04e9347b7c5a8f7f57cefd78.tar.gz cpython-7dfb3a1993ac2a1a04e9347b7c5a8f7f57cefd78.tar.bz2 |
Update README section on testing following issue #11651.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -91,12 +91,10 @@ http://docs.python.org/3.3/library/2to3.html for more information. Testing ------- -To test the interpreter, type "make test" in the top-level directory. This runs -the test set twice (once with no compiled files, once with the compiled files -left by the previous test run). The test set produces some output. You can -generally ignore the messages about skipped tests due to optional features which -can't be imported. If a message is printed about a failed test or a traceback -or core dump is produced, something is wrong. +To test the interpreter, type "make test" in the top-level directory. The test +set produces some output. You can generally ignore the messages about skipped +tests due to optional features which can't be imported. If a message is printed +about a failed test or a traceback or core dump is produced, something is wrong. By default, tests are prevented from overusing resources like disk space and memory. To enable these tests, run "make testall". |