[New-bugs-announce] [issue23235] run_tests.py doesn't set test.support.verbose correctly

Berker Peksag report at bugs.python.org
Wed Jan 14 01:04:35 CET 2015


New submission from Berker Peksag:

"make buildbottest" uses Tools/scripts/run_tests.py and it doesn't set test.support.verbose to 0.

Example output from a buildbot:

    [ 60/389] test_codecmaps_hk
    	fetching http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT ...

http://buildbot.python.org/all/builders/System%20Z%20Linux%203.4/builds/683/steps/test/logs/stdio

It works as expected if you use regrtest directly with empty Lib/test/data/ directory:

    $ ./python -m test test_codecmaps_hk
    [1/1] test_codecmaps_hk
    1 test OK.

----------
components: Demos and Tools
messages: 233976
nosy: berker.peksag
priority: normal
severity: normal
stage: needs patch
status: open
title: run_tests.py doesn't set test.support.verbose correctly
type: behavior
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23235>
_______________________________________


More information about the New-bugs-announce mailing list