diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-17 22:00:18 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-18 14:21:02 -0700 |
commit | fca6cdc1f399ecf884ea1e30f3401f1dbff5705c (patch) | |
tree | e040d50dae83b830702db4ecae05354056d4da3c /ci | |
parent | f2caf66cc24860091b2d87a93ec248c4bbae2ef8 (diff) | |
download | chef-fca6cdc1f399ecf884ea1e30f3401f1dbff5705c.tar.gz |
Run acceptance from the acceptance dir in the Chef gem
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/verify-chef.sh | 2 |
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. |