snapshot/lib/snapshot/runner.rb in fastlane-2.24.0.beta.20170325010032 vs snapshot/lib/snapshot/runner.rb in fastlane-2.24.0.beta.20170326010023
- old
+ new
@@ -57,10 +57,10 @@
end
end
print_results(results)
- UI.user_error!(self.collected_errors.join('; ')) if self.collected_errors.count > 0
+ UI.test_failure!(self.collected_errors.join('; ')) if self.collected_errors.count > 0
# Generate HTML report
ReportsGenerator.new.generate
# Clear the Derived Data