test: remove patch e2e grep causing timeouts
This commit is contained in:
@@ -76,7 +76,7 @@ while IFS= read line; do
|
|||||||
echo "✅ 'hello shorebird' was printed"
|
echo "✅ 'hello shorebird' was printed"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done < <(adb logcat -T '10.0' | grep flutter)
|
done < <(adb logcat -T '10.0')
|
||||||
|
|
||||||
echo "✅ All tests passed!"
|
echo "✅ All tests passed!"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user