Skip to content

Commit 3140029

Browse files
committed
Add legacy flag when exporting xcresult attachments
1 parent e5dee3c commit 3140029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-ios-ui-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ rm -rf "$EXPORT_DIR"
174174
mkdir -p "$EXPORT_DIR"
175175

176176
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
177+
if ! xcrun xcresulttool export --legacy --path "$RESULT_BUNDLE" --type file --output-path "$EXPORT_DIR" >/dev/null; then
178178
ri_log "xcresulttool export failed"
179179
exit 11
180180
fi

0 commit comments

Comments
 (0)