class ParallelTests::Test::Runner
def executable
def executable if (executable = ENV['PARALLEL_TESTS_EXECUTABLE']) [executable] else determine_executable end end
def executable if (executable = ENV['PARALLEL_TESTS_EXECUTABLE']) [executable] else determine_executable end end