At present 'make check' succeeds even if some tests fail. Adjust this so that we can use things like 'git bisect run make check' to find a failure. Signed-off-by: Simon Glass <sjg@xxxxxxxxxxxx> --- tests/run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 3bc5b41..fa7b2f7 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -900,3 +900,4 @@ fi echo "* Strange test result: $tot_strange" echo "**********" +[ "$tot_tests" -eq "$tot_pass" ] || exit 1 -- 2.14.1.480.gb18f417b89-goog -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html