From: David Schmitt Date: Tue, 12 Sep 2017 13:58:35 +0000 (+0100) Subject: Enable tracing on the smoke test to see failure locations X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=38d3b940889182e6b6f0f19969835ab42bc1957c;p=puppet-modules%2Fpuppetlabs-apt.git Enable tracing on the smoke test to see failure locations --- diff --git a/spec/acceptance/apt_key_provider_spec.rb b/spec/acceptance/apt_key_provider_spec.rb index 3893a71..d6cacc1 100644 --- a/spec/acceptance/apt_key_provider_spec.rb +++ b/spec/acceptance/apt_key_provider_spec.rb @@ -58,8 +58,8 @@ describe typename do } EOS - apply_manifest(pp, :catch_failures => true) - apply_manifest(pp, :catch_changes => true) + apply_manifest(pp, trace: true, catch_failures: true) + apply_manifest(pp, trace: true, catch_changes: true) shell(PUPPETLABS_KEY_CHECK_COMMAND) end end