summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-13 21:09:56 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-13 21:09:56 +0000
commit85770eb3a25c9d9183ca7fce72d4d74c1552a53f (patch)
treeec0ef8354ad568e72f3a6ecac140af6ba39e729f /scripts
parentcb6a3f5f73097b995d8465c2472ceeab9bbe9497 (diff)
downloadgitlab-ce-85770eb3a25c9d9183ca7fce72d4d74c1552a53f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rspec_helpers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rspec_helpers.sh b/scripts/rspec_helpers.sh
index 455aaa37692..accc52a7ece 100644
--- a/scripts/rspec_helpers.sh
+++ b/scripts/rspec_helpers.sh
@@ -120,7 +120,7 @@ function rspec_paralellized_job() {
fi
if [[ "${test_tool}" =~ "-all" ]]; then
- spec_folder_prefixes="['', 'ee/']"
+ spec_folder_prefixes="['', 'ee/', 'jh/']"
fi
export KNAPSACK_LOG_LEVEL="debug"