[Buildbot-commits] [Buildbot] #783: slave-side exception reporting broken
Buildbot
buildbot-devel at lists.sourceforge.net
Sun Sep 5 19:01:50 UTC 2010
#783: slave-side exception reporting broken
----------------------+-----------------------------------------------------
Reporter: dabrahams | Owner: dustin
Type: defect | Status: closed
Priority: major | Milestone: 0.8.2
Version: 0.8.0 | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------------
Changes (by Dustin J. Mitchell):
* status: assigned => closed
* resolution: => fixed
Comment:
defer searching $PATH for vcexe until later; better errors
Before this change, a missing vcexe would cause something like
exceptions.RuntimeError: Couldn't find executable for 'hg'
With this change, a missing vcexe gives something like
could not find 'hg'
PATH is 'blah blah blah'
program finished with exit code -1
Fixes #783
Changeset: 838f9dd9ec7d889462bf12c6ad4d6b7c0631e288
--
Ticket URL: <http://buildbot.net/trac/ticket/783#comment:8>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list