Commit 7dfb3a19 authored by Nadeem Vawda's avatar Nadeem Vawda

Update README section on testing following issue #11651.

parent 08aa3c02
...@@ -91,12 +91,10 @@ http://docs.python.org/3.3/library/2to3.html for more information. ...@@ -91,12 +91,10 @@ http://docs.python.org/3.3/library/2to3.html for more information.
Testing Testing
------- -------
To test the interpreter, type "make test" in the top-level directory. This runs To test the interpreter, type "make test" in the top-level directory. The test
the test set twice (once with no compiled files, once with the compiled files set produces some output. You can generally ignore the messages about skipped
left by the previous test run). The test set produces some output. You can tests due to optional features which can't be imported. If a message is printed
generally ignore the messages about skipped tests due to optional features which about a failed test or a traceback or core dump is produced, something is wrong.
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 By default, tests are prevented from overusing resources like disk space and
memory. To enable these tests, run "make testall". memory. To enable these tests, run "make testall".
......
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