diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-11 18:18:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-11 18:18:58 +0000 |
commit | e57809ded8e4e64c0528d33a5f59e9160e310d14 (patch) | |
tree | e51a328a522b165b6b2465529b0adae0272b03dd /scripts/rspec_helpers.sh | |
parent | ec377e41624fb83f0e5e51286c7aad24a22eefb1 (diff) | |
download | gitlab-ce-e57809ded8e4e64c0528d33a5f59e9160e310d14.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/rspec_helpers.sh')
-rw-r--r-- | scripts/rspec_helpers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rspec_helpers.sh b/scripts/rspec_helpers.sh index 9fbcf0e5fd7..38952b7cadf 100644 --- a/scripts/rspec_helpers.sh +++ b/scripts/rspec_helpers.sh @@ -296,7 +296,7 @@ function retry_failed_rspec_examples() { echo "${CI_JOB_URL}" > "${RETRIED_TESTS_REPORT_PATH}" echo $failed_examples >> "${RETRIED_TESTS_REPORT_PATH}" - echoinfo "Retrying the failing examples in a new RSpec proces..." + echoinfo "Retrying the failing examples in a new RSpec process..." install_junit_merge_gem |