]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove spurious cruft from the output.
authorFred Drake <fdrake@acm.org>
Thu, 17 Oct 2002 20:36:08 +0000 (20:36 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Oct 2002 20:36:08 +0000 (20:36 +0000)
Lib/test/regrtest.py

index 248bad45b82f8d6cbdc0789313b3372ee8a08ee6..7393db1fe5f333db13bd89b48576e72da51221fd 100755 (executable)
@@ -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: