summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2016-04-13 20:09:08 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-04-14 17:28:25 -0700
commit2fb8d2772cdb2d78019d0e27fceaeb7b0a608f78 (patch)
tree286dc7533414b3bde27e68264b9d4449c7bf84b6 /.gitignore
parenta39347573064dd36e1907e083c6ef07e1bb42828 (diff)
downloadchrome-ec-2fb8d2772cdb2d78019d0e27fceaeb7b0a608f78.tar.gz
make: allow to see boards failed when making 'buildall'
It is quite annoying to see an error reported by buildall, but not knowing what board(s) actually failed to build. Create file for each board being built, put build progress information in it, and remove it if the board build succeeded. Then, once the build is completed see the failed boards in .failedboards/, if any, and the states they failed at. BRANCH=none BUG=none TEST=verified that the directory is empty after a successful buildall run, and has files named after failed boards in case of build failures. Change-Id: I67eb1671cadf58d9f8feccebfcc860524f33c2a0 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/338883 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a024f1eedd..2e9a5d62e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ tags
TAGS
cscope.*
.tests-passed
+.failedboards/