From bb8b1eb22051c73d97f52482e2b69a8f55a3d40b Mon Sep 17 00:00:00 2001 From: DatDang Date: Fri, 4 Oct 2024 16:21:41 +0700 Subject: [PATCH] Add verbose to patrol build step for integration test --- scripts/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration-tests.sh b/scripts/integration-tests.sh index 7e3243da78..a2d0439305 100755 --- a/scripts/integration-tests.sh +++ b/scripts/integration-tests.sh @@ -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" \