diff options
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 3a9bcf2111..c2f52e5652 100755 --- a/ci/verify-chef.sh +++ b/ci/verify-chef.sh @@ -118,5 +118,5 @@ if [ "x$ACCEPTANCE" != "x" ]; then else cd $CHEF_GEM - sudo bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o $WORKSPACE/test.xml -f documentation spec/functional + sudo bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o $WORKSPACE/test.xml -f documentation fi |