From: Stefan Behnel Date: Sun, 15 Aug 2010 18:37:38 +0000 (+0200) Subject: less verbose 2to3 output in test runner X-Git-Tag: 0.13~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df058ac1411bea5f1240832d6a7d913334eaea1b;p=cython.git less verbose 2to3 output in test runner --- diff --git a/runtests.py b/runtests.py index 2b89e839..710ac3b9 100644 --- a/runtests.py +++ b/runtests.py @@ -707,7 +707,7 @@ def refactor_for_py3(distdir, cy3_dir): if not os.path.exists(cy3_dir): os.makedirs(cy3_dir) import distutils.log as dlog - dlog.set_threshold(dlog.DEBUG) + dlog.set_threshold(dlog.INFO) copydir_run_2to3(distdir, cy3_dir, fixer_names=fixers, template = ''' global-exclude *