From 0506c9cd784781919a2e03d0dc31c04ed2756c06 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Thu, 14 Mar 2024 15:06:33 -0300 Subject: [PATCH] adds xcodebuild print back --- build_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_test.sh b/build_test.sh index 8abf5696..fac873b1 100755 --- a/build_test.sh +++ b/build_test.sh @@ -26,7 +26,7 @@ xcodebuild -scheme "AtalaPRISMSDK-Package" \ -destination "$DESTINATION" \ -derivedDataPath "$DERIVED_DATA_DIR" \ -enableCodeCoverage YES \ - -quiet clean build test + clean build test | xcpretty echo "Execution completed" # Find profdata