Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de4742b

Browse files
committed
Remove spurious cruft from the output.
1 parent 330f72c commit de4742b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/regrtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def runtest(test, generate, verbose, quiet, testdir = None):
369369
sys.stdout = save_stdout
370370
except (ImportError, test_support.TestSkipped), msg:
371371
if not quiet:
372-
print "test", test, "skipped --", msg
372+
print test, "skipped --", msg
373373
sys.stdout.flush()
374374
return -1
375375
except KeyboardInterrupt:

0 commit comments

Comments
 (0)