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

Adds OCUnit parsing for more reliable exit codes #43

Closed
wants to merge 2 commits into from

Conversation

cooksey
Copy link

@cooksey cooksey commented Mar 22, 2013

We're trying to use ios-sim to run tests in the iOS simulator on our continuous integration server. We ran into a problem where ios-sim always returned a failing exit code because it wasn't expecting the simulated app to exit after the tests ran and treated that as an error. These changes add a new "--unit-testing" parameter that turns on parsing of the simulator's output looking for OCUnit's end of a test suite message to determine whether the tests passed or failed. If any tests failed, then we return an error code on exit. If all tests pass, we return 0 on exit.

Sending a pull request in case other users would find this functionality helpful. This is my first pull request, so please let me know if it's not appropriate for the project or if I should set it up differently.

@PaulTaykalo
Copy link

I believe, this one can be closed 😸

@shazron shazron closed this Dec 12, 2018
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.

None yet

3 participants