[Buildbot-commits] [buildbot/buildbot] 75ab4c: always return nonzero exit when a process is kille...
noreply at github.com
noreply at github.com
Tue Oct 26 01:06:14 UTC 2010
Branch: refs/heads/master
Home: http://github.com/buildbot/buildbot
Commit: 75ab4c8b556fd9e68c18ff2d74d89a985d2cf2b4
http://github.com/buildbot/buildbot/commit/75ab4c8b556fd9e68c18ff2d74d89a985d2cf2b4
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-10-25 (Mon, 25 Oct 2010)
Changed paths:
M slave/buildslave/runprocess.py
Log Message:
-----------
always return nonzero exit when a process is killed
It seems that Windows will sometimes return an exit status of 0 even
when a process has been killed (TerminateProcess). This forces the
exit status to be correct even in such cases.
More information about the Commits
mailing list