summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-10-19 16:15:22 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-10-19 16:15:22 (GMT)
commit769d8190225e0969e4f6c81e0d3c4d5ad73a7918 (patch)
tree41a2d03684fa5f23b4b27ecbcb13741042c5fef9 /Lib
parent09386446850b0ce3a5d59ff24ba4ccc3efd14a2b (diff)
downloadcpython-769d8190225e0969e4f6c81e0d3c4d5ad73a7918.zip
cpython-769d8190225e0969e4f6c81e0d3c4d5ad73a7918.tar.gz
cpython-769d8190225e0969e4f6c81e0d3c4d5ad73a7918.tar.bz2
The stdout from tests is no longer compared against anything (not even
to make sure it is empty), so eliminate the message that says running under verbose is different from running without it.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/regrtest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 586b8da..a1c93d4 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -548,9 +548,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
if not bad and not skipped and len(good) > 1:
print("All", end=' ')
print(count(len(good), "test"), "OK.")
- if verbose:
- print("CAUTION: stdout isn't compared in verbose mode:")
- print("a test that passes in verbose mode may fail without it.")
if print_slow:
test_times.sort(reverse=True)
print("10 slowest tests:")