summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-03-20 20:17:02 +0000
committerThom May <thom@chef.io>2017-03-20 20:17:02 +0000
commit88fcd31c8ef75f5fd590de64c5af5766b79f1aac (patch)
treee1bd167d10b8829235693042d6d29ec2becf7098
parent62f18e4d6db732e3d86991f08815c4e091a9dd27 (diff)
downloadchef-88fcd31c8ef75f5fd590de64c5af5766b79f1aac.tar.gz
Attempt to make the acceptance tests actually readable
Signed-off-by: Thom May <thom@chef.io>
-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 d5d2e1380b..cf0b4eda5d 100644
--- a/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb
+++ b/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb
@@ -32,7 +32,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: "-c"
action :run do