aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-05 19:43:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-05 19:43:04 +0000
commit1af41b7606463f44fd34997c877425c3d9290723 (patch)
tree99bfd1c59f539defc6cc49ba1022b41e9f27c847
parentdf792c9ff86d87f538bab5d7f9dd9f56e2437b15 (diff)
parent644434f7f123619401129562231ee08b9448395f (diff)
downloadsupport-1af41b7606463f44fd34997c877425c3d9290723.tar.gz
Merge cherrypicks of ['android-review.googlesource.com/2616089'] into androidx-compose-beta-release.
Change-Id: Idc248b3eb084fbdec1a22748c8d61070a6fb5b2e
-rwxr-xr-xbusytown/androidx_host_tests.sh2
-rwxr-xr-xbusytown/androidx_host_tests_max_dep_versions.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/busytown/androidx_host_tests.sh b/busytown/androidx_host_tests.sh
index 67d8d37c533..bba9e74e658 100755
--- a/busytown/androidx_host_tests.sh
+++ b/busytown/androidx_host_tests.sh
@@ -5,7 +5,7 @@ echo "Starting $0 at $(date)"
cd "$(dirname $0)"
-impl/build.sh test zipOwnersFiles \
+impl/build.sh test \
-Pandroidx.ignoreTestFailures \
-Pandroidx.displayTestOutput=false \
"$@"
diff --git a/busytown/androidx_host_tests_max_dep_versions.sh b/busytown/androidx_host_tests_max_dep_versions.sh
index 4442f42a4b9..ef49669ce6a 100755
--- a/busytown/androidx_host_tests_max_dep_versions.sh
+++ b/busytown/androidx_host_tests_max_dep_versions.sh
@@ -5,7 +5,7 @@ echo "Starting $0 at $(date)"
cd "$(dirname $0)"
-impl/build.sh test zipOwnersFiles \
+impl/build.sh test \
-Pandroidx.useMaxDepVersions \
-Pandroidx.displayTestOutput=false \
-Pandroidx.ignoreTestFailures "$@"