Skip to content

Commit

Permalink
Add verbose to patrol build step for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Oct 8, 2024
1 parent 4f2a717 commit 002654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "$TEST_CREDENTIALS" >tests.env
set -o allexport && source tests.env && set +o allexport
dart pub global activate patrol_cli
patrol build android \
patrol build android -v \
--dart-define=USERNAME="$USERNAME" \
--dart-define=PASSWORD="$PASSWORD" \
--dart-define=HOST_URL="$HOST_URL" \
Expand Down

0 comments on commit 002654f

Please sign in to comment.