-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Fix documentation error in README of integration_test
#117977
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
Fix documentation error in README of integration_test
#117977
Conversation
jmagman
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, thanks for the catch, and apologies this hung out so long without a review.
|
@pdblasi-google could you give this a second flutter-hackers review? |
pdblasi-google
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
Synopsis
I think I found a tiny error in
integration_testdocs.The related subsection of the README:
The
xcodebuildinvocation is wrong. It says:but I'm pretty sure it should say:
What's the difference?
When using
xcodebuild -config Runner/Debug.xcconfig, the console output says:Meanwhile with
xcodebuild -xcconfig Runner/Debug.xcconfig:List which issues are fixed by this PR. You must list at least one issue.
Well, I described above what the problem is. I think creating a separate issue is not necessary.
Pre-launch Checklist
///).See also:
xcodebuild testfails when running Patrol tests on iOS Simulator leancodepl/patrol#728