From df058ac1411bea5f1240832d6a7d913334eaea1b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 15 Aug 2010 20:37:38 +0200 Subject: [PATCH] less verbose 2to3 output in test runner --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.26.2