From be41a48fb8a74fb2a656b34d5245270490cdbef6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 5 Jan 2011 21:47:47 +0000 Subject: [PATCH] On Py3k, -tt and -3 are no-op and unsupported respectively. --- Lib/test/regrtest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 92d1597c62..83c9928cd3 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: -- 2.50.0