summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-04-04 12:01:46 -0700
committerSalim Alam <salam@chef.io>2016-04-04 12:01:46 -0700
commit853fe5688336250540a269c8a9d5889acc7309e7 (patch)
treeeae6df766f7d748fb4a0e993912facaceb0da4e3
parentdb77f418bba612f2ac5b5cfc988f07ebe1b61426 (diff)
downloadchef-salam/acceptance.tar.gz
Debug kitchen run (temporarily)salam/acceptance
-rw-r--r--acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb2
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..83455f0ef5 100644
--- a/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb
+++ b/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb
@@ -30,7 +30,7 @@ module KitchenAcceptance
property :artifactory_username, String, default: lazy { ENV["ARTIFACTORY_USERNAME"] ? ENV["ARTIFACTORY_USERNAME"] : "" }
property :artifactory_password, String, default: lazy { ENV["ARTIFACTORY_PASSWORD"] ? ENV["ARTIFACTORY_PASSWORD"] : "" }
property :env, Hash, default: {}
- property :kitchen_options, String, default: lazy { ENV["PROJECT_NAME"] ? "-c -l debug" : "-c" }
+ property :kitchen_options, String, default: lazy { ENV["PROJECT_NAME"] ? "-c -l debug" : "-c -l debug" }
action :run do
execute "bundle exec kitchen #{command}#{instances ? " #{instances}" : ""}#{kitchen_options ? " #{kitchen_options}" : ""}" do