From 42d4bcb9eb33d96984da22612da4fd8b80c152dc Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Mon, 1 Nov 2021 14:43:22 -0700 Subject: [PATCH] Migrate test to moved FlutterPlayStoreSplitApplication (#92593) --- .../android/app/src/main/AndroidManifest.xml | 2 +- .../deferred_components_test/run_release_test.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml b/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml index 1a2734dab8..03c52cb394 100644 --- a/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml +++ b/dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml @@ -10,7 +10,7 @@ found in the LICENSE file. --> additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> build/app/outputs/bundle/release/run_logcat.log +$adb_path logcat -d -t "$script_start_time" > build/app/outputs/bundle/release/run_logcat.log echo "" if cat build/app/outputs/bundle/release/run_logcat.log | grep -q "Running deferred code"; then echo "All tests passed." exit 0 fi +cat build/app/outputs/bundle/release/run_logcat.log echo "Failure: Deferred component did not load." exit 1