We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7a835 commit 22a8569Copy full SHA for 22a8569
build.sh
@@ -4,5 +4,5 @@
4
set -e
5
set -o pipefail
6
7
-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
8
#groovy http://frankencover.it/with --source-dir Source
0 commit comments