Skip to content

Commit

Permalink
chore: Ignore shutdown messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jun 12, 2024
1 parent de96f5c commit 267243f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test-scripts/ios-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ xcrun simctl spawn booted log collect --output $TMP_LOG_FILEPATH

## Shutting down simulator to reclaim memory
echo "Shutting down simulator"
xcrun simctl shutdown "$UITEST_IOSDEVICE_ID"
xcrun simctl shutdown "$UITEST_IOSDEVICE_ID" || true

echo "Dumping device logs to $LOG_FILEPATH_FULL"
log show --style syslog $TMP_LOG_FILEPATH > $LOG_FILEPATH_FULL
Expand Down

0 comments on commit 267243f

Please sign in to comment.