blob: 34d4f029ccfc93ac4189bb83e6ec09718791cbcb [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 \
--ci \
-Pandroidx.ignoreTestFailures \
-Pandroidx.displayTestOutput=false \
"$@"
echo "Completing $0 at $(date)"