Re: [U-Boot] [PATCH v3 12/18] buildman: Correct counting of build failures on retry

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3 12/18] buildman: Correct counting of build failures on retry

2014-09-05 Thread Simon Glass
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 tha