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-10 14:11:22 +0300
committerRémy Coutable <remy@rymai.me>2017-11-10 14:11:22 +0300
commita396030a14ac9d832bbf86103a7006a0b710e9a9 (patch)
treea2de291fc3dd959a4dd7e6cd8a62edfa3690c587 /qa/bin
parent8331786cfafd8c7c20daa154f0cc744a5ae5022f (diff)
Fix bootable scenario arguments for OptionParser
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 f1704dc54e9..6a772e93cee 100755
--- a/qa/bin/qa
+++ b/qa/bin/qa
@@ -4,4 +4,4 @@ require_relative '../qa'
QA::Scenario
.const_get(ARGV.shift)
- .launch!(*ARGV)
+ .launch!(ARGV)