This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag
Date 2015-01-14.00:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421193875.73.0.411637461646.issue23235@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2015-01-14 00:04:35berker.peksagsetrecipients: + berker.peksag
2015-01-14 00:04:35berker.peksagsetmessageid: <1421193875.73.0.411637461646.issue23235@psf.upfronthosting.co.za>
2015-01-14 00:04:35berker.peksaglinkissue23235 messages
2015-01-14 00:04:35berker.peksagcreate