-
Notifications
You must be signed in to change notification settings - Fork 985
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
Add xcbeautify
to iOS shell and to make run-ios
#18273
Conversation
4b298f5
to
dd768f4
Compare
Jenkins BuildsClick to see older builds (12)
|
58% of end-end tests have passed
Not executed tests (1)Failed tests (16)Click to expandClass TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Expected to fail tests (4)Click to expandClass TestCommunityOneDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Passed tests (28)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityMultipleDevicePR:
Class TestDeepLinksOneDevice:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
|
dd768f4
to
e7328e3
Compare
ab9c88b
to
e408b6d
Compare
I can't remember the number of times I have had to ask developers to run `make run-ios | xcbeautify` when debugging iOS build failures and they do not have `xcbeautify` installed on their environment. `xcbeautify` helps make `xcodebuild` output more readable and to identify problems quickly. This commit adds `xcbeautify` to iOS shell and to `make run-ios` so that we get readable output by default.
e408b6d
to
ce7082c
Compare
@status-im/mobile-qa : skipped QA because this change only impacts local iOS builds |
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.
Would be good to submit xcbeautify
package to nixpkgs
.
I can't remember the number of times I have had to ask developers to run
make run-ios | xcbeautify
when debugging iOS build failures and they do not havexcbeautify
installed on their environment.xcbeautify
helps makexcodebuild
output more readable and to identify problems quickly.This PR adds
xcbeautify
to iOS shell and tomake run-ios
so that we get readable output by default.status: ready