lib/parallel_tests/gherkin/runner.rb in parallel_tests-3.7.0 vs lib/parallel_tests/gherkin/runner.rb in parallel_tests-3.7.1

- old
+ new

@@ -22,11 +22,11 @@ options[:env] = options[:env].merge({ 'AUTOTEST' => '1' }) if $stdout.tty? cmd = [ executable, (runtime_logging if File.directory?(File.dirname(runtime_log))), - cucumber_opts(options[:test_options]), - *sanitized_test_files + *sanitized_test_files, + cucumber_opts(options[:test_options]) ].compact.reject(&:empty?).join(' ') execute_command(cmd, process_number, num_processes, options) end def test_file_name