From 1050ecab4c8389ae7bfaa6f0ef684e67e5024252 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Fri, 26 Apr 2024 13:06:53 -0400 Subject: [PATCH] test: patch e2e don't grep for flutter --- scripts/patch_e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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