Module: Datadog::CI::Utils::TestRun

Defined in:
lib/datadog/ci/utils/test_run.rb

Class Method Summary collapse

Class Method Details

.commandObject



7
8
9
10
11
# File 'lib/datadog/ci/utils/test_run.rb', line 7

def self.command
  return @command if defined?(@command)

  @command = "#{$0} #{ARGV.join(" ")}"
end