Skip to content

Commit 5dbebb9

Browse files
committed
Disable xcpretty
1 parent d577e45 commit 5dbebb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/cibuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [ "$SCHEME" == "ObjectiveGit Mac" ]; then
5959
-scheme "$SCHEME" \
6060
${XCODE_OPTIONS[*]} \
6161
build test \
62-
2>&1 | xcpretty $XCPRETTY_FORMAT_OPTIONS
62+
2>&1 #| xcpretty $XCPRETTY_FORMAT_OPTIONS
6363
elif [ "$SCHEME" == "ObjectiveGit iOS" ]; then
6464
echo "*** Prebuilding OpenSSL"
6565
"$SCRIPT_DIR/update_libssl_ios"
@@ -73,5 +73,5 @@ elif [ "$SCHEME" == "ObjectiveGit iOS" ]; then
7373
-sdk iphonesimulator \
7474
${XCODE_OPTIONS[*]} \
7575
build test \
76-
2>&1 | xcpretty $XCPRETTY_FORMAT_OPTIONS
76+
2>&1 #| xcpretty $XCPRETTY_FORMAT_OPTIONS
7777
fi

0 commit comments

Comments
 (0)