Skip to content

Commit

Permalink
Merge pull request #1604 from firebase/pb-xcp
Browse files Browse the repository at this point in the history
Temporarily disable xcpretty
  • Loading branch information
ncooke3 authored Jul 22, 2024
2 parents 8751e90 + c4b6e7a commit 3aa9099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fi

function xcb() {
echo xcodebuild "$@"
xcodebuild "$@" | xcpretty
xcodebuild "$@"
}

# Run xcodebuild
Expand Down

0 comments on commit 3aa9099

Please sign in to comment.