summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-05 21:47:47 (GMT)
committerGeorg Brandl <georg@python.org>2011-01-05 21:47:47 (GMT)
commitbe41a48fb8a74fb2a656b34d5245270490cdbef6 (patch)
tree5d0287fe51e1a8b0ba5dce5c393f30075044a621 /Lib
parentdfad7e302cbd62e27745529449dbb4641ccc49cf (diff)
downloadcpython-be41a48fb8a74fb2a656b34d5245270490cdbef6.zip
cpython-be41a48fb8a74fb2a656b34d5245270490cdbef6.tar.gz
cpython-be41a48fb8a74fb2a656b34d5245270490cdbef6.tar.bz2
On Py3k, -tt and -3 are no-op and unsupported respectively.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/regrtest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 92d1597..83c9928 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -3,7 +3,7 @@
"""
Usage:
-python -m test.regrtest [options] [test_name1 [test_name2 ...]]
+python -m test [options] [test_name1 [test_name2 ...]]
python path/to/Lib/test/regrtest.py [options] [test_name1 [test_name2 ...]]
@@ -14,7 +14,7 @@ them in alphabetical order (but see -M and -u, below, for exceptions).
For more rigorous testing, it is useful to use the following
command line:
-python -E -tt -Wd -3 -m test.regrtest [options] [test_name1 ...]
+python -E -Wd -m test [options] [test_name1 ...]
Options: