Skip to content

Commit 22a8569

Browse files
committed
workaround for xcpretty crash
1 parent 0b7a835 commit 22a8569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
set -e
55
set -o pipefail
66

7-
xcodebuild -project XcodeEditor.xcodeproj -scheme XcodeEditor clean test | xcpretty -c --report junit
7+
xcodebuild -project XcodeEditor.xcodeproj -scheme XcodeEditor clean test | ruby -e 'STDIN.each_line {|line| STDOUT.write line.scrub;STDOUT.flush}' | xcpretty -c --report junit
88
#groovy http://frankencover.it/with --source-dir Source

0 commit comments

Comments
 (0)