global

def run(*args)

def run(*args)
  ParallelTests::Test::RuntimeLogger.log_test_run(self) do
    run_without_runtime_log(*args)
  end
end