summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-17 22:00:18 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-18 14:21:02 -0700
commitfca6cdc1f399ecf884ea1e30f3401f1dbff5705c (patch)
treee040d50dae83b830702db4ecae05354056d4da3c
parentf2caf66cc24860091b2d87a93ec248c4bbae2ef8 (diff)
downloadchef-fca6cdc1f399ecf884ea1e30f3401f1dbff5705c.tar.gz
Run acceptance from the acceptance dir in the Chef gem
-rwxr-xr-xci/verify-chef.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/verify-chef.sh b/ci/verify-chef.sh
index 61dc3ba699..cc95142d04 100755
--- a/ci/verify-chef.sh
+++ b/ci/verify-chef.sh
@@ -92,7 +92,7 @@ if [ "x$ACCEPTANCE" != "x" ]; then
cd /opt/$PROJECT_NAME
CHEF_GEM=`bundle show chef`
PATH=$OLD_PATH
- cd $CHEF_GEM
+ cd $CHEF_GEM/acceptance
# On acceptance testers we have Chef DK. We will use its Ruby environment
# to cut down the gem installation time.