re-enable b run commands in test suite
Zsh has some incompatibilties that we've been trying to work around in the b command. Hopefully this prevents future issues. Bug: 242759256 Test: build/make/tests/roboleaf_tests.sh Change-Id: I5e887932e943112377d38e77a77a0f294b43d9b6
This commit is contained in:
@@ -25,4 +25,4 @@ b build "$test_target" --run-soong-tests
|
||||
b build --run-soong-tests "$test_target"
|
||||
b --run-soong-tests build "$test_target"
|
||||
b cquery 'kind(test, //build/bazel/examples/android_app/...)' --config=android
|
||||
#TODO(b/242759256) add some 'b run' command examples
|
||||
b run $test_target -- --help >/dev/null
|
||||
|
Reference in New Issue
Block a user