Skip to content

Commit

Permalink
workaround for xcpretty crash
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarbarev committed Jan 11, 2016
1 parent 0b7a835 commit 22a8569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
set -e
set -o pipefail

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

0 comments on commit 22a8569

Please sign in to comment.