summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2018-05-01 18:13:16 +0100
committerGitHub <noreply@github.com>2018-05-01 18:13:16 +0100
commitf3366535d3fac8c4eeea058662ac18cc39e6f779 (patch)
treed2e0fdfff446549e4e9043ebe6d68b8b5ff289da
parent31458cadc64803c7c04dabf014461733a55fff85 (diff)
downloadchef-f3366535d3fac8c4eeea058662ac18cc39e6f779.tar.gz
Revert "Run all tests in CI"
-rwxr-xr-xci/verify-chef.sh2
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