diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-11-09 11:53:57 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-09 11:53:57 +0000 |
commit | 77103646678deed776784be9c3eba2ced4c6daea (patch) | |
tree | d6ed056976dcc2ea64df72224e9013db98f5dae1 /qa/bin | |
parent | 760b2c75ef9d2c6acb655860dceae4c04cd8e5a7 (diff) | |
download | gitlab-ce-77103646678deed776784be9c3eba2ced4c6daea.tar.gz |
Make it possible to define global scenario attributes
Diffstat (limited to 'qa/bin')
-rwxr-xr-x | qa/bin/qa | 2 |
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) |