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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23235>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to