Sign in
android
/
platform
/
frameworks
/
support
/
fc90e313dae127ac33a59612c64ee59d3086e6cc
/
.
/
busytown
/
androidx-studio-integration-host-tests.sh
blob: 439ed55d09e35986f8fa7f9b679672956a7d27c1 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
echo
"Starting $0 at $(date)"
SCRIPT_PATH
=
"$(cd $(dirname $0) && pwd)"
$SCRIPT_PATH
/
impl
/
build
-
studio
-
and
-
androidx
.
sh test \
-
Pandroidx
.
ignoreTestFailures \
-
Pandroidx
.
displayTestOutput
=
false \
"$@"
echo
"Completing $0 at $(date)"