We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31fcf9 commit cc85133Copy full SHA for cc85133
scripts/run-android-instrumentation-tests.sh
@@ -154,7 +154,7 @@ set +e
154
elif [ -x "$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager" ]; then
155
yes | "$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager" --licenses >/dev/null 2>&1 || true
156
fi
157
- ./gradlew --no-daemon connectedDebugAndroidTest
+ ./gradlew --no-daemon --console=plain connectedDebugAndroidTest
158
) | tee "$GRADLE_STDOUT_LOG"
159
GRADLE_RC=${PIPESTATUS[0]}
160
set -e
0 commit comments