From c4b6e7ab8889c167151f2d0492ba2a0aeb985e00 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 22 Jul 2024 09:29:09 -0700 Subject: [PATCH] Temporarily disable xcpretty --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 918e9713a..b07655b4f 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -119,7 +119,7 @@ fi function xcb() { echo xcodebuild "$@" - xcodebuild "$@" | xcpretty + xcodebuild "$@" } # Run xcodebuild