diff --git a/scripts/patch_e2e.sh b/scripts/patch_e2e.sh index 1214bc85..69c6ac10 100755 --- a/scripts/patch_e2e.sh +++ b/scripts/patch_e2e.sh @@ -76,7 +76,7 @@ while IFS= read line; do echo "✅ 'hello shorebird' was printed" break fi -done < <(adb logcat -T '10.0') +done < <(adb logcat -T '10.0' | grep flutter) echo "✅ All tests passed!" exit 0