diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-05 18:33:34 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-05 18:33:34 (GMT) |
commit | ea26163c6a7d6ec69e76a25d6349afd40409a986 (patch) | |
tree | 45b4d8fc466baf36c5a1017d12dcc749fe0aa545 /Lib/distutils | |
parent | 126c879b406f24363bdfccffa16e62acc695aea1 (diff) | |
download | cpython-ea26163c6a7d6ec69e76a25d6349afd40409a986.zip cpython-ea26163c6a7d6ec69e76a25d6349afd40409a986.tar.gz cpython-ea26163c6a7d6ec69e76a25d6349afd40409a986.tar.bz2 |
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
........
Diffstat (limited to 'Lib/distutils')
-rwxr-xr-x | Lib/distutils/tests/test_clean.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/tests/test_clean.py b/Lib/distutils/tests/test_clean.py index a94a812..3026032 100755 --- a/Lib/distutils/tests/test_clean.py +++ b/Lib/distutils/tests/test_clean.py @@ -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): |