Skip to content
Snippets Groups Projects
Commit 1dd0eae4 authored by Brad King's avatar Brad King
Browse files

Tests: Fix xcode version detection for Xcode 13 on ARM

Running `xcode -version` on an ARM box prints content to stderr:

    objc[...]: Class ... is implemented in both...
    One of the two will be used. Which one is undefined.

Capture and parse only stdout.  Otherwise we might configure test
behavior for the wrong version of Xcode.
parent acd82e46
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment