projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e797fe
)
less verbose 2to3 output in test runner
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 15 Aug 2010 18:37:38 +0000
(20:37 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 15 Aug 2010 18:37:38 +0000
(20:37 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 2b89e8396f5be6dd3c2a70f90a10a3b6a4da9f8c..710ac3b9793fb59e7feaa5b25bb2fbe14ccd2a25 100644
(file)
--- 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 *