Skip to content

Commit cc85133

Browse files
committed
Force plain console for Android Gradle run
1 parent a31fcf9 commit cc85133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-android-instrumentation-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ set +e
154154
elif [ -x "$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager" ]; then
155155
yes | "$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager" --licenses >/dev/null 2>&1 || true
156156
fi
157-
./gradlew --no-daemon connectedDebugAndroidTest
157+
./gradlew --no-daemon --console=plain connectedDebugAndroidTest
158158
) | tee "$GRADLE_STDOUT_LOG"
159159
GRADLE_RC=${PIPESTATUS[0]}
160160
set -e

0 commit comments

Comments
 (0)