lib/snapshot/test_command_generator.rb in snapshot-1.4.4 vs lib/snapshot/test_command_generator.rb in snapshot-1.5.0
- old
+ new
@@ -51,10 +51,10 @@
def suffix
[]
end
def pipe
- ["| tee '#{xcodebuild_log_path}' | xcpretty"]
+ ["| tee '#{xcodebuild_log_path}' | xcpretty #{Snapshot.config[:xcpretty_args]}"]
end
def device_udid(device)
# we now fetch the device's udid. Why? Because we might get this error message
# > The requested device could not be found because multiple devices matched the request.