We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dee3c commit 3140029Copy full SHA for 3140029
scripts/run-ios-ui-tests.sh
@@ -174,7 +174,7 @@ rm -rf "$EXPORT_DIR"
174
mkdir -p "$EXPORT_DIR"
175
176
ri_log "Exporting screenshot attachments from $RESULT_BUNDLE"
177
-if ! xcrun xcresulttool export --path "$RESULT_BUNDLE" --type file --output-path "$EXPORT_DIR" >/dev/null; then
+if ! xcrun xcresulttool export --legacy --path "$RESULT_BUNDLE" --type file --output-path "$EXPORT_DIR" >/dev/null; then
178
ri_log "xcresulttool export failed"
179
exit 11
180
fi
0 commit comments