summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2018-01-24 12:13:59 -0800
committerScott Hain <shain@chef.io>2018-01-24 12:13:59 -0800
commit2198779b5d2e872bebe7575de47f03e87436e628 (patch)
tree345be6c4017f34963f2ad8aedd516caf9024db34
parent8d7c0094bc700d13cfec0583c2cfc254926af9e1 (diff)
downloadchef-shain/test_config.tar.gz
Signed-off-by: Scott Hain <shain@chef.io>
-rwxr-xr-xci/verify-chef.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/verify-chef.sh b/ci/verify-chef.sh
index 87a44b3d29..4eaefc0832 100755
--- a/ci/verify-chef.sh
+++ b/ci/verify-chef.sh
@@ -115,5 +115,6 @@ if [ "x$ACCEPTANCE" != "x" ]; then
else
cd $CHEF_GEM
- sudo -E bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o $WORKSPACE/test.xml -f documentation spec/functional
+ echo $PATH
+ sudo /opt/$PROJECT_NAME/embedded/bin/bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o $WORKSPACE/test.xml -f documentation spec/functional
fi