[New-bugs-announce] [issue15300] test directory doubly-nested running tests with -j/--multiprocess
Chris Jerdonek
report at bugs.python.org
Mon Jul 9 03:09:26 CEST 2012
New submission from Chris Jerdonek <chris.jerdonek at gmail.com>:
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.
----------
components: Tests
messages: 165052
nosy: cjerdonek
priority: normal
severity: normal
status: open
title: test directory doubly-nested running tests with -j/--multiprocess
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15300>
_______________________________________
More information about the New-bugs-announce
mailing list