Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rubymine « bin « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0be0cf0ec33a8677572da6e9a7e0b5cdb0150dfd (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby

require_relative '../qa'

ARGV.unshift('Test::Instance::All', ENV['GITLAB_URL'], '--')

QA::Scenario
    .const_get(ARGV.shift)
    .launch!(ARGV)