This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error handling and include stderr in XctoolRunTestsStep
Summary: I just upgraded Xcode on my local dev server. When I did, `buck test` started failing because the SDKs weren't installed correctly. It happened that `xctool` was the first thing to fail in my case, but we didn't include stderr when it failed. This updates `XctoolRunTestsStep` to include stderr when it fails. Test Plan: New tests added. `ant java-test -Dtest.class=XctoolRunTestsStepTest` Reviewed By: ryu2 fb-gh-sync-id: a6228f3
- Loading branch information
1 parent
3e714fd
commit 3c42b08
Showing
2 changed files
with
194 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters