test: filter patch e2e test output to reduce noise

This commit is contained in:
Bryan Oltman
2024-04-29 11:28:07 -04:00
parent 8d38ea7954
commit 64efe9c7bc
+1 -1
View File
@@ -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