1 parent d5f772c commit dc9b014Copy full SHA for dc9b014
1 file changed
scripts/test_catalyst.sh
@@ -57,8 +57,9 @@ args=(
57
"CODE_SIGN_IDENTITY=-" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"
58
# GHA is still running 10.15.
59
"MACOSX_DEPLOYMENT_TARGET=10.15"
60
+ "-resultBundlePath" "xcresults/$scheme.xcresult"
61
)
62
63
xcodebuild -version
64
gem install xcpretty
-xcodebuild "${args[@]}" | xcpretty
65
+xcodebuild "${args[@]}" | tee xcodebuild.log | xcpretty
0 commit comments