diff --git a/tests/b_tests.sh b/tests/b_tests.sh index 87d092fa9c..8dd426061e 100755 --- a/tests/b_tests.sh +++ b/tests/b_tests.sh @@ -20,12 +20,9 @@ source $(dirname $0)/../envsetup.sh test_target=//build/bazel/scripts/difftool:difftool -b cquery 'kind(test, //build/bazel/...)' 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" -b run $test_target -b run $test_target -- --help -b cquery --output=build 'kind(test, //build/bazel/...)' -b cquery 'kind(test, //build/bazel/...)' --output=build +b cquery 'kind(test, //build/bazel/examples/android_app/...)' --config=android +#TODO(b/242759256) add some 'b run' command examples diff --git a/tests/roboleaf_tests.sh b/tests/roboleaf_tests.sh index a411949f15..9e06e9c202 100755 --- a/tests/roboleaf_tests.sh +++ b/tests/roboleaf_tests.sh @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -exit 0 #TODO(b/244771600) remove this after CI is enabled - tests=( $(dirname $0)/b_tests.sh )