From a9e67d618fcbcccef929de0be0e434bc45deccdb Mon Sep 17 00:00:00 2001 From: Nick Dowell Date: Mon, 8 Feb 2021 11:39:55 +0000 Subject: [PATCH] Bypass xcpretty to allow diagnosing unit test hang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9eba26d6b..a2c999e14 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ $(OCLINT): test: ## Run unit tests @sw_vers @$(XCODEBUILD) -version - @$(XCODEBUILD) $(BUILD_FLAGS) $(BUILD_ONLY_FLAGS) test $(FORMATTER) + @$(XCODEBUILD) $(BUILD_FLAGS) $(BUILD_ONLY_FLAGS) test test-fixtures: ## Build the end-to-end test fixture @./features/scripts/export_ios_app.sh