test: filter patch e2e output

This commit is contained in:
Bryan Oltman
2024-04-26 12:38:36 -04:00
parent f0b1ac7f6f
commit df33a2aed9
+1 -1
View File
@@ -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