]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Enable tracing on the smoke test to see failure locations
authorDavid Schmitt <david.schmitt@puppet.com>
Tue, 12 Sep 2017 13:58:35 +0000 (14:58 +0100)
committerDavid Schmitt <david.schmitt@puppet.com>
Tue, 12 Sep 2017 13:58:35 +0000 (14:58 +0100)
spec/acceptance/apt_key_provider_spec.rb

index 3893a712ad5753a52184e1e4d00dbf46d5496f82..d6cacc11ecbe9036b13d53e85efe7d7f7c7a47c6 100644 (file)
@@ -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