]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/run: Report and return failure
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:10 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commit2f52018c3cbb83da771f2ed82d9aa36f53d3be12
tree01d8c1da26565de59ecdc56bd5c0fa1fb3e59ac1
parentd09682ef8cbbbf29a41f237298ee1e4dbd71e999
test/run: Report and return failure

This script runs the tests but does not report failure. Also it always
returns an exit code of 0 even on failure.

Fix these problems by checking the result of each test.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/run