-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Reland integration template #71740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reland integration template #71740
Conversation
| print(result.stdout); | ||
| print('================================= STDERR ======================================='); | ||
| print(result.stderr); | ||
| fail('flutter drive failed, see output.'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably flutter driver* right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is referring to the command flutter drive (which is unfortunately easily confused with and definitely related to flutter_driver).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah so sorry!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries, thanks for looking!
|
The PR that fixed functionality this depends on has landed. |
blasten
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
I'm going to file a follow up PR to address updating the default iOS project to support running a test out of the box without flutter drive. |
Must not be landed until after #71738
Otherwise this is an identical reland. The linked PR fixes a bug in our Android build logic to make this work now.
/cc @blasten @jonahwilliams @Piinks