Skip to content
Snippets Groups Projects
Commit fb3954f9 authored by Simon Glass's avatar Simon Glass
Browse files

buildman: Correct counting of build failures on retry


When a build is to be performed, buildman checks to see if it has already
been done. In most cases it will not bother trying again. However, it was
not reading the return code from the 'done' file, so if the result was a
failure, it would not be counted. This depresses the 'failure' count stats
that buildman prints in this case.

Fix this bug by always reading the return code.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 823e60b6
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment