diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-05-13 17:31:32 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-05-13 17:31:32 -0700 |
commit | 5890d8c5c27dfbf2516df67018fb0709e7b0a08b (patch) | |
tree | b8ab49bb98745ec9d5ae3a6da263bf10e5d1cf16 | |
parent | 6b61da24846a650981862991d8a63f16ff84e35a (diff) | |
download | chef-debug.tar.gz |
run acceptance in debugdebug
-rw-r--r-- | acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb b/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb index d36909e8b3..adcd375ae2 100644 --- a/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb +++ b/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb @@ -33,7 +33,7 @@ module KitchenAcceptance property :kitchen_options, String, default: lazy { ENV["PROJECT_NAME"] ? "-c -l debug" : "-c" } action :run do - execute "bundle exec kitchen #{command}#{instances ? " #{instances}" : ""}#{kitchen_options ? " #{kitchen_options}" : ""}" do + execute "bundle exec kitchen -l debug #{command}#{instances ? " #{instances}" : ""}#{kitchen_options ? " #{kitchen_options}" : ""}" do cwd kitchen_dir env({ "KITCHEN_DRIVER" => driver, |