Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50619b69 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add test for b failing"

parents 530db0e7 a497402d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ lunch aosp_arm64

test_target=//build/bazel/scripts/difftool:difftool

if b build //build/bazel:nonexistent_module &>/dev/null ; then
    echo "b did not fail when building a nonexistent module" >&2
    exit 1
fi
b build "$test_target"
b build -- "$test_target"
b build "$test_target" --run-soong-tests