Method: Puppet::Application::Apply#setup_test

Defined in:
lib/puppet/application/apply.rb

#setup_testObject

Enable all of the most common test options.



290
291
292
293
294
295
# File 'lib/puppet/application/apply.rb', line 290

def setup_test
  Puppet.settings.handlearg("--no-splay")
  Puppet.settings.handlearg("--show_diff")
  options[:verbose] = true
  options[:detailed_exitcodes] = true
end