Home
last modified time | relevance | path

Searched hist:fb3954f9ea444100be70f175bbedb685e397c540 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilderthread.pyfb3954f9ea444100be70f175bbedb685e397c540 Sat Sep 06 01:00:17 UTC 2014 Simon Glass <sjg@chromium.org> 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: Simon Glass <sjg@chromium.org>