#!/usr/lib/ruby/bin/ruby

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

require 'forking_test_runner'
exit ForkingTestRunner.cli(ARGV)