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

Commit 1a8fe06c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add test for b failing" am: 50619b69 am: 6cf2633d am: 1ac126e0

parents 88db154e 1ac126e0
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