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>2022-08-15 06:11:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-15 06:11:57 +0300
commit1b5891ee8ce8adc6877c462ea292eaee3c4ab30b (patch)
tree6773287f5bcf34597f131c64588c285c304f1301 /tooling
parent25c9c07a16a8100809542eb209df4902f5ef427c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rwxr-xr-xtooling/bin/qa/run_qa_check2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/bin/qa/run_qa_check b/tooling/bin/qa/run_qa_check
index fa26a64f004..5b8844ec4fd 100755
--- a/tooling/bin/qa/run_qa_check
+++ b/tooling/bin/qa/run_qa_check
@@ -32,7 +32,7 @@ diffs_dir.glob('**/*').each do |path|
next unless path.to_s.end_with?('_spec.rb.diff')
specs_count += 1
- quarantine_specs_count += 1 if path.read.match?(/^\+.*, quarantine:/)
+ quarantine_specs_count += 1 if path.read.match?(/^\+.*,? quarantine:/)
end
# Run QA tests if there are no specs. E.g., when the MR changes QA framework files.