summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-04-05 18:31:24 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-04-05 18:31:24 (GMT)
commit453d953f3e15970ea2b69c96fd490cdbf66948a3 (patch)
treec986f4f9082ed22430e8672d250e7f178bd01e3f /Lib/distutils
parent1ede0d670f19e62dfc702253cec9f47865dc9674 (diff)
downloadcpython-453d953f3e15970ea2b69c96fd490cdbf66948a3.zip
cpython-453d953f3e15970ea2b69c96fd490cdbf66948a3.tar.gz
cpython-453d953f3e15970ea2b69c96fd490cdbf66948a3.tar.bz2
Fixed 5694: removed spurious test output in Distutils
Diffstat (limited to 'Lib/distutils')
-rwxr-xr-xLib/distutils/tests/test_clean.py1
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):