[Buildbot-commits] [Buildbot] #2039: rmdir slaveside command return 0 even if it fails
Buildbot
nobody at buildbot.net
Wed Jul 6 15:08:56 UTC 2011
#2039: rmdir slaveside command return 0 even if it fails
----------------------+-----------------------
Reporter: in3xes | Owner:
Type: undecided | Status: new
Priority: minor | Milestone: undecided
Version: 0.8.4p1 | Keywords:
----------------------+-----------------------
https://github.com/buildbot/buildbot/blob/master/slave/buildslave/commands/fs.py#L91
Ideally it should send whatever the command returns.
after digging little deeper, _abandonOnFailure is also not catching it.
because of '-f' on argument in 'rm -rf' returns 0 if path of the file
specified is invalid.
--
Ticket URL: <http://trac.buildbot.net/ticket/2039>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list