Add a test for b builds with --
Using -- to indicate the end of arguments has caused issues multiple times in the past. Test: ./build/make/tests/roboleaf_tests.sh Change-Id: I4aef2f1672b917587dd9a2dbe15934db0b0ae0cd
This commit is contained in:
parent
e8554eff3a
commit
7018428a85
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ lunch aosp_arm64
|
|||
test_target=//build/bazel/scripts/difftool:difftool
|
||||
|
||||
b build "$test_target"
|
||||
b build -- "$test_target"
|
||||
b build "$test_target" --run-soong-tests
|
||||
b build --run-soong-tests "$test_target"
|
||||
b --run-soong-tests build "$test_target"
|
||||
|
|
Loading…
Reference in a new issue