[Python-checkins] cpython: Update README section on testing following issue #11651.

nadeem.vawda python-checkins at python.org
Sun Aug 21 16:49:02 CEST 2011


http://hg.python.org/cpython/rev/6c4fa9559b7e
changeset:   72019:6c4fa9559b7e
user:        Nadeem Vawda <nadeem.vawda at gmail.com>
date:        Sun Aug 21 16:48:54 2011 +0200
summary:
  Update README section on testing following issue #11651.

files:
  README |  10 ++++------
  1 files changed, 4 insertions(+), 6 deletions(-)


diff --git a/README b/README
--- a/README
+++ b/README
@@ -91,12 +91,10 @@
 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".

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list