Skip to content
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

Don't call ps in the context of xcrun #488

Merged
merged 3 commits into from
Jul 20, 2016

Conversation

jmoody
Copy link
Contributor

@jmoody jmoody commented Jul 20, 2016

Motivation

Completes replaces calls to xcrun ps with psJIRA.

In Xcode 8, ps is not available in the context of xcrun - this is causing the unit test runner in DeviceAgent.iOS to fail.

After reviewing the code, I created this issue Create a class or module for interacting with ps #487 which is part of this epic Pass all read calls through utf-8 filter #230.

@jmoody jmoody added this to the 2.1.4 milestone Jul 20, 2016
@jescriba
Copy link
Contributor

jescriba commented Jul 20, 2016

@jmoody 👍 Looks good. Is it best practice for the assignee to merge the PR as well? Out of curiosity, why is one command run with run_shell_command and others simply use Ruby's backtick? Is it just to receive additional information like status code rather an exception being thrown by ` etc on the core_simulator.rb?

@jescriba jescriba merged commit 4548d1f into develop Jul 20, 2016
@jescriba jescriba deleted the feature/dont-call-ps-in-the-context-of-xcrun branch July 20, 2016 18:54
@jmoody jmoody mentioned this pull request Jul 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants