Skip to content

Commit e2f87ef

Browse files
committed
Disable xcpretty
1 parent e0f5f88 commit e2f87ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ build:
1616
$(BUILD_TOOL) $(BUILD_ARGUMENTS)
1717

1818
test:
19-
ifdef XCPRETTY
20-
@set -o pipefail && $(BUILD_TOOL) $(BUILD_ARGUMENTS) test | $(XCPRETTY) -c
21-
else
2219
$(BUILD_TOOL) $(BUILD_ARGUMENTS) test
23-
endif
2420

2521
coverage:
2622
ifdef SWIFTCOV

0 commit comments

Comments
 (0)