diff options
Diffstat (limited to 'Lib/test')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 248bad4..7393db1 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -369,7 +369,7 @@ def runtest(test, generate, verbose, quiet, testdir = None): sys.stdout = save_stdout except (ImportError, test_support.TestSkipped), msg: if not quiet: - print "test", test, "skipped --", msg + print test, "skipped --", msg sys.stdout.flush() return -1 except KeyboardInterrupt: |