diff options
author | Scott Hain <shain@chef.io> | 2018-01-24 12:13:59 -0800 |
---|---|---|
committer | Scott Hain <shain@chef.io> | 2018-01-24 12:13:59 -0800 |
commit | 2198779b5d2e872bebe7575de47f03e87436e628 (patch) | |
tree | 345be6c4017f34963f2ad8aedd516caf9024db34 | |
parent | 8d7c0094bc700d13cfec0583c2cfc254926af9e1 (diff) | |
download | chef-shain/test_config.tar.gz |
Tweak pathshain/test_config
Signed-off-by: Scott Hain <shain@chef.io>
-rwxr-xr-x | ci/verify-chef.sh | 3 |
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 |