lib/scan/test_command_generator.rb in scan-0.3.0 vs lib/scan/test_command_generator.rb in scan-0.3.1
- old
+ new
@@ -2,10 +2,10 @@
# Responsible for building the fully working xcodebuild command
class TestCommandGenerator
class << self
def generate
parts = prefix
- parts << "xcodebuild"
+ parts << "env NSUnbufferedIO=YES xcodebuild"
parts += options
parts += actions
parts += suffix
parts += pipe