From: Fred Drake Date: Thu, 17 Oct 2002 20:36:08 +0000 (+0000) Subject: Remove spurious cruft from the output. X-Git-Tag: v2.3c1~3746 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de4742b87f7775fc3d9fa76cd640e7cdd5ef69a2;p=thirdparty%2FPython%2Fcpython.git Remove spurious cruft from the output. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 248bad45b82f..7393db1fe5f3 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: