snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb in fastlane-2.74.1 vs snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -116,10 +116,10 @@
end)
cleanup_after_failure(devices, language, locale, launch_args, return_code)
# no exception raised... that means we need to retry
- UI.error "Caught error... #{return_code}"
+ UI.error("Caught error... #{return_code}")
self.current_number_of_retries_due_to_failing_simulator += 1
if self.current_number_of_retries_due_to_failing_simulator < 20 && return_code != 65
# If the return code is not 65, we should assume its a simulator failure and retry
launch_simultaneously(devices, language, locale, launch_args)