File: parallel_test

package info (click to toggle)
ruby-parallel-tests 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,280 kB
  • sloc: ruby: 5,381; javascript: 30; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env ruby
# frozen_string_literal: true

# enable local usage from cloned repo
root = File.expand_path('..', __dir__)
$LOAD_PATH << "#{root}/lib" if File.exist?("#{root}/Gemfile")

require "parallel_tests"

ParallelTests::CLI.new.run(["--type", "test"] + ARGV)