Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-18 15:07:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-18 15:07:35 +0300
commit00cfeb7c25bdbd460efb83ad846cb924e73ee150 (patch)
tree944cb1af2640f1958efe878de969844ef578cbef /scripts
parent92de2642b384f7d6ac3bf3c1f0862b067306c9be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rspec_helpers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rspec_helpers.sh b/scripts/rspec_helpers.sh
index 6873a2d637a..60b0db1eaf2 100644
--- a/scripts/rspec_helpers.sh
+++ b/scripts/rspec_helpers.sh
@@ -226,8 +226,8 @@ function handle_retry_rspec_in_new_process() {
exit "${rspec_run_status}"
}
-function rspec_paralellized_job() {
- echo "[$(date '+%H:%M:%S')] Starting rspec_paralellized_job"
+function rspec_parallelized_job() {
+ echo "[$(date '+%H:%M:%S')] Starting rspec_parallelized_job"
read -ra job_name <<< "${CI_JOB_NAME}"
local test_tool="${job_name[0]}"