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 flox
Recipients flox
Date 2013-07-06.10:42:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373107337.89.0.95411987573.issue18376@psf.upfronthosting.co.za>
In-reply-to
Content
It would be useful to display the number of processes used to run the test suite.

(some buildbots have multiple -j on the command line, and it is unclear which one is effective)

Proposal (on the third line):

== CPython 3.4.0a0 (default:6d278f426417, Jul 6 2013, 10:20:02) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
==   Darwin-10.8.0-x86_64-i386-64bit little-endian
==   /Volumes/DATA/pydev/cpython/build/test_python_56822 (1 process)
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, verbose=0, bytes_warning=2, quiet=0, hash_randomization=1)
Using random seed 9023960
[  1/375] test_epoll
[  2/375] test_tokenize
...

== CPython 3.4.0a0 (default:6d278f426417, Jul 6 2013, 10:20:02) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
==   Darwin-10.8.0-x86_64-i386-64bit little-endian
==   /Volumes/DATA/pydev/cpython/build/test_python_56826 (4 processes)
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, verbose=0, bytes_warning=2, quiet=0, hash_randomization=1)
Using random seed 9023960
[  1/375] test_epoll
[  2/375] test_tokenize
...
History
Date User Action Args
2013-07-06 10:42:17floxsetrecipients: + flox
2013-07-06 10:42:17floxsetmessageid: <1373107337.89.0.95411987573.issue18376@psf.upfronthosting.co.za>
2013-07-06 10:42:17floxlinkissue18376 messages
2013-07-06 10:42:17floxcreate