Skip to content

Commit ceee82c

Browse files
committed
Ignore stderr from xcrun.
1 parent 7c39af9 commit ceee82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test:
2222

2323
ci:
2424
for i in {7..11} ; do \
25-
if xcrun --sdk "macosx10.$$i" --show-sdk-path ; then \
25+
if xcrun --sdk "macosx10.$$i" --show-sdk-path 2> /dev/null ; then \
2626
xcodebuild -sdk "macosx10.$$i" -scheme Distribution -configuration Debug test ; \
2727
fi ; \
2828
done

0 commit comments

Comments
 (0)