Skip to content

Commit 4280183

Browse files
Update Rakefile
1 parent 2fee388 commit 4280183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ task :test, :workspace, :schemes do |t, args|
2525
schemes = args[:schemes].gsub(/'/, '').split(' ')
2626
schemes.each do |scheme|
2727
DESTINATIONS.each do |destination|
28-
sh "xcodebuild test -workspace #{args[:workspace]} -scheme #{scheme} -configuration Debug -sdk iphonesimulator -destination \"#{destination}\" | xcpretty -c"
28+
sh "xcodebuild test -workspace #{args[:workspace]} -scheme #{scheme} -configuration Debug -sdk iphonesimulator -destination \"#{destination}\" | xcpretty -tc"
2929
end
3030
end
3131
end

0 commit comments

Comments
 (0)