summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-04-25 18:13:26 -0700
committerGitHub <noreply@github.com>2018-04-25 18:13:26 -0700
commit1a3a4182e8fc6f67e7bca2ccb03f01ec1e7c9d5c (patch)
treee9b26c68bf56cfca11b5d14ad72d1a18fad5d172
parent5ef14cc77226fe16b734ec90aead1de5d49ca7fb (diff)
parent71e237d2a2a7eb19325e26390664c83cce5c2c28 (diff)
downloadchef-1a3a4182e8fc6f67e7bca2ccb03f01ec1e7c9d5c.tar.gz
Merge pull request #7183 from chef/tm/run_all_tests_in_ci
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 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