test: patch e2e don't grep for flutter

This commit is contained in:
Bryan Oltman
2024-04-26 13:06:53 -04:00
parent df33a2aed9
commit 1050ecab4c
+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' | grep flutter)
done < <(adb logcat -T '10.0')
echo "✅ All tests passed!"
exit 0