Since r37701 zopectl test forks off a child process [1]. On OSX I
now reliably get a traceback tacked onto the end of every test report:
Traceback (most recent call last):
File /Zope8/lib/python/Zope2/Startup/zopectl.py, line 312, in ?
main()
File /Zope8/lib/python/Zope2/Startup/zopectl.py, line 281, in main
c.onecmd( .join(options.args))
File /usr/local/python2.3/lib/python2.3/cmd.py, line 210, in onecmd
return func(arg)
File /Zope8/lib/python/Zope2/Startup/zopectl.py, line 266, in
do_test
os.waitpid(pid, 0)
OSError: [Errno 4] Interrupted system call
Tested on two OSX machines. Appears to work fine on Linux. Anybody
else seeing this? Ideas?
Thanks,
Stefan
[1] http://svn.zope.org/Zope/branches/Zope-2_8-branch/lib/python/
Zope2/Startup/zopectl.py?rev=37701r1=30475r2=37701
--
Anything that happens, happens. --Douglas Adams
___
Zope-Dev maillist - Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )