You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fastlane/Fastfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1324,8 +1324,8 @@ lane :test_without_building do |options|
1324
1324
fail_build: true
1325
1325
)
1326
1326
1327
-
# Trainer sometimes doesn't detect test failures, so we manually throw an error in the lane if there are failures to make sure there are no false positives
1328
-
UI.user_error!("Tests failed with #{tests_result[:number_of_failures]} failures.")iftests_result[:number_of_failures].positive?
1327
+
# `trainer` sometimes doesn't detect test failures, so we manually throw an error in the lane if there are failures to make sure there are no false positives
1328
+
UI.user_error!("Tests failed with #{tests_result[:number_of_failures_excluding_retries]} failures.")iftests_result[:number_of_failures_excluding_retries].positive?
0 commit comments