
report at bugs
Jul 10, 2012, 5:11 AM
Post #7 of 11
(172 views)
Permalink
|
|
[issue15300] test directory doubly-nested running tests with -j/--multiprocess
[In reply to]
|
|
Antoine Pitrou <pitrou [at] free> added the comment: I don't really like the "pre-parsed option" hack. Can't we think of something simpler? For example, why would the child be involved, rather than simply the parent setting the right cwd? Also, I don't think there's any point in _OPTION_CWD_PARENT_DIR. Just hard-code the literal, it will be more readable. ---------- nosy: +pitrou _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue15300> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|