#!/usr/bin/env ruby require "test_boosters/cucumber_booster" require 'cucumber_booster_config' CucumberBoosterConfig::CLI.start ["inject", "."] cli_options = Semaphore::parse thread_index = cli_options[:index] - 1 cucumber_booster = Semaphore::CucumberBooster.new(thread_index) exit_status = cucumber_booster.run exit(exit_status)