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:
Diffstat (limited to 'qa/qa/scenario/bootable.rb')
-rw-r--r--qa/qa/scenario/bootable.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/qa/qa/scenario/bootable.rb b/qa/qa/scenario/bootable.rb
index ae180ffce1c..2a9bbbc9fdb 100644
--- a/qa/qa/scenario/bootable.rb
+++ b/qa/qa/scenario/bootable.rb
@@ -31,6 +31,13 @@ module QA
end
next
+ elsif opt.name == :count_examples_only
+ parser.on(opt.arg, opt.desc) do |value|
+ QA::Runtime::Env.dry_run = true
+ Runtime::Scenario.define(opt.name, value)
+ end
+
+ next
end
parser.on(opt.arg, opt.desc) do |value|