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-01-17 03:08:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-17 03:08:44 +0300
commit73c608b8c9e79319096fdbeb990dd5cb9ebf2b36 (patch)
tree50555f33cc354b8b4ea0da8123302626249a6934 /scripts
parent7cd99add2fedcf0a9f10e57c5fc213d5e51b6f61 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rspec_check_order_dependence2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/rspec_check_order_dependence b/scripts/rspec_check_order_dependence
index 91d4c5938a7..00f1176e251 100755
--- a/scripts/rspec_check_order_dependence
+++ b/scripts/rspec_check_order_dependence
@@ -40,6 +40,8 @@ done
set -xe
+export RSPEC_WARN_MISSING_FEATURE_CATEGORY=0
+
bin/rspec --order defined "${RSPEC_ARGS[@]}" "$@"
RSPEC_ORDER=reverse bin/rspec "${RSPEC_ARGS[@]}" "$@"
bin/rspec --order random "${RSPEC_ARGS[@]}" "$@"