diff options
author | Thom May <thom@may.lt> | 2018-05-01 18:13:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-01 18:13:16 +0100 |
commit | f3366535d3fac8c4eeea058662ac18cc39e6f779 (patch) | |
tree | d2e0fdfff446549e4e9043ebe6d68b8b5ff289da /ci | |
parent | 31458cadc64803c7c04dabf014461733a55fff85 (diff) | |
download | chef-f3366535d3fac8c4eeea058662ac18cc39e6f779.tar.gz |
Revert "Run all tests in CI"
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 c2f52e5652..3a9bcf2111 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 + sudo bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o $WORKSPACE/test.xml -f documentation spec/functional fi |