Skip to content

Commit

Permalink
Temporarily disable xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jul 22, 2024
1 parent 207f573 commit c4b6e7a
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 c4b6e7a

Please sign in to comment.