Method: Beaker::CLI#print_reproduction_info

Defined in:
lib/beaker/cli.rb

Prints all information required to reproduce the current run & results to the log



223
224
225
226
# File 'lib/beaker/cli.rb', line 223

def print_reproduction_info( log_level = :debug )
  print_command_line( log_level )
  print_env_vars_affecting_beaker( log_level )
end