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

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

require_relative '../qa'

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