Skip to content

Commit

Permalink
Debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Jan 9, 2025
1 parent 99029ef commit 1757144
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/scripts/run-instrumented-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ fi
echo ""

echo "### Run instrumented test command ###"
echo "$USE_ORCHESTRATOR"
echo "$PACKAGE_NAME"
echo "$TEST_APK_PATH"
echo "$PARTNER_AUTH"
echo "$VALID_TEST_ACCOUNT_NUMBER"

if [[ "$USE_ORCHESTRATOR" == "true" ]]; then
INSTRUMENTATION_COMMAND="\
CLASSPATH=\$(pm path androidx.test.services) app_process / androidx.test.services.shellexecutor.ShellMain \
Expand Down

0 comments on commit 1757144

Please sign in to comment.