From df33a2aed9b6e606bd3141216b140f2174ee665c Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Fri, 26 Apr 2024 12:38:36 -0400 Subject: [PATCH] test: filter patch e2e output --- 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 30f3d6b4..146125f8 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') +done < <(adb logcat -T '10.0' | grep flutter) echo "✅ All tests passed!" exit 0