Skip to content

Commit c4b6e7a

Browse files
committed
Temporarily disable xcpretty
1 parent 207f573 commit c4b6e7a

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)