[Checkins] [zopefoundation/zope.testrunner] 94b860: Better diagnostics when communication with subproc...

GitHub noreply at github.com
Wed May 29 13:24:21 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testrunner
  Commit: 94b860c3e126427e6aca7a000ce8e063da6d382b
      https://github.com/zopefoundation/zope.testrunner/commit/94b860c3e126427e6aca7a000ce8e063da6d382b
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-05-29 (Wed, 29 May 2013)

  Changed paths:
    M CHANGES.rst
    M src/zope/testrunner/runner.py
    M src/zope/testrunner/tests/testrunner-layers-buff.txt

  Log Message:
  -----------
  Better diagnostics when communication with subprocess fails

Fixes issue #5.

Now I can see that when tox tries to run zope-testrunner -j99, the
subprocess fails with

  /full/path/to/.tox/py27/bin/python: can't open file '.tox/py27/bin/zope-testrunner': [Errno 2] No such file or directory

It remains merely to fix _that_ error.





More information about the checkins mailing list