summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-04-25 09:00:22 +0100
committerThom May <thom@chef.io>2018-04-25 09:00:22 +0100
commit71e237d2a2a7eb19325e26390664c83cce5c2c28 (patch)
treee9b26c68bf56cfca11b5d14ad72d1a18fad5d172 /ci
parent5ef14cc77226fe16b734ec90aead1de5d49ca7fb (diff)
downloadchef-71e237d2a2a7eb19325e26390664c83cce5c2c28.tar.gz
Run all tests in CItm/run_all_tests_in_ci
Previously, we ran only integration tests. But many of our unit tests are constrained by rootyness and platform, and this means the first time they get run is during the ChefDK verification stage, which uses the released Chef build. So we have no way of fixing test failures short of a new Chef release. Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to '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