diff options
| author | 2021-11-23 16:57:16 -0800 | |
|---|---|---|
| committer | 2021-11-23 16:57:16 -0800 | |
| commit | fbfd40073df7ea0e81eb98a5585f1d6d1ef66e89 (patch) | |
| tree | 2a2d790f68d2e990ef4ef0b9a02b616a80199ce9 | |
| parent | b3b28012b97a20b7ebac4484e83f2f923b9e519f (diff) | |
Rename rbc_product_config.sh to rbc_regression_test.sh
Test: Presubmits
Change-Id: I3423b9cc44d972646d89952a310a47147548ddc4
| -rwxr-xr-x | tests/run_integration_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh index a376e0698..b19949a67 100755 --- a/tests/run_integration_tests.sh +++ b/tests/run_integration_tests.sh @@ -7,4 +7,4 @@ TOP="$(readlink -f "$(dirname "$0")"/../../..)" "$TOP/build/soong/tests/mixed_mode_test.sh" "$TOP/build/soong/tests/bp2build_bazel_test.sh" "$TOP/build/soong/tests/soong_test.sh" -"$TOP/build/bazel/ci/rbc_product_config.sh" aosp_arm64-userdebug +"$TOP/build/bazel/ci/rbc_regression_test.sh" aosp_arm64-userdebug |