Skip to content

Commit

Permalink
Bypass xcpretty to allow diagnosing unit test hang
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdowell committed Feb 8, 2021
1 parent ef8cac1 commit a9e67d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9e67d6

Please sign in to comment.