global

def _run_suite(*args)

def _run_suite(*args)
  ParallelTests::Test::RuntimeLogger.log_test_run(args.first) do
    _run_suite_without_runtime_log(*args)
  end
end