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
path: root/qa/bin
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-11-09 14:53:57 +0300
committerRémy Coutable <remy@rymai.me>2017-11-09 14:53:57 +0300
commit77103646678deed776784be9c3eba2ced4c6daea (patch)
treed6ed056976dcc2ea64df72224e9013db98f5dae1 /qa/bin
parent760b2c75ef9d2c6acb655860dceae4c04cd8e5a7 (diff)
Make it possible to define global scenario attributes
Diffstat (limited to 'qa/bin')
-rwxr-xr-xqa/bin/qa2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/bin/qa b/qa/bin/qa
index cecdeac14db..f1704dc54e9 100755
--- a/qa/bin/qa
+++ b/qa/bin/qa
@@ -4,4 +4,4 @@ require_relative '../qa'
QA::Scenario
.const_get(ARGV.shift)
- .perform(*ARGV)
+ .launch!(*ARGV)