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