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 chris.jerdonek
Recipients chris.jerdonek
Date 2012-07-09.01:09:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341796166.56.0.21692098812.issue15300@psf.upfronthosting.co.za>
In-reply-to
Content
Running tests using the -j/--multiprocess option doubly-nests the test working directory:

$ ./python.exe -m test -j3 
-->cpython/build/test_python_63955/build/test_python_63956 
$ ./python.exe -m test
-->cpython/build/test_python_63957

It seems like the test directories for different processes should be siblings when running in multiprocessing mode as opposed to doubly-nesting under a new build directory.
History
Date User Action Args
2012-07-09 01:09:26chris.jerdoneksetrecipients: + chris.jerdonek
2012-07-09 01:09:26chris.jerdoneksetmessageid: <1341796166.56.0.21692098812.issue15300@psf.upfronthosting.co.za>
2012-07-09 01:09:25chris.jerdoneklinkissue15300 messages
2012-07-09 01:09:24chris.jerdonekcreate