Skip to content

Commit 3aa9099

Browse files
authored
Merge pull request #1604 from firebase/pb-xcp
Temporarily disable xcpretty
2 parents 8751e90 + c4b6e7a commit 3aa9099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fi
119119

120120
function xcb() {
121121
echo xcodebuild "$@"
122-
xcodebuild "$@" | xcpretty
122+
xcodebuild "$@"
123123
}
124124

125125
# Run xcodebuild

0 commit comments

Comments
 (0)