Commit 9b5d00d8 authored by Tarek Ziadé's avatar Tarek Ziadé

Merged revisions 71253 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71253 | tarek.ziade | 2009-04-05 20:31:24 +0200 (Sun, 05 Apr 2009) | 1 line

  Fixed 5694: removed spurious test output in Distutils
........
parent 1b3f5a08
......@@ -8,6 +8,7 @@ from distutils.command.clean import clean
from distutils.tests import support
class cleanTestCase(support.TempdirManager,
support.LoggingSilencer,
unittest.TestCase):
def test_simple_run(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment