New submission from Ned Deily <n...@acm.org>: ====================================================================== FAIL: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_subprocess.py", line 860, in test_wait_when_sigchild_ignored " non-zero with this error:\n%s" % stderr) AssertionError: sigchild_ignore.py exited non-zero with this error: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'subprocessdata/sigchild_ignore.py': [Errno 2] No such file or directory
The Makefile for 3.2 was fixed but not 3.1 nor 2.7. Fix follows. ---------- assignee: ned.deily messages: 137173 nosy: benjamin.peterson, gps, ned.deily priority: normal severity: normal status: open title: test_subprocess fails due to uninstalled test subdirectory versions: Python 2.7, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12205> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com