summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-03-11 10:23:08 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-03-11 10:23:08 -0800
commit209af02472eab2b7a844eac349efef871d0d4590 (patch)
treeea3c8a9b7b544d0ef99ebf02c3ed8cde8f3ceec0
parentddb1e484012bbc78080a9ce51997e5f5727315aa (diff)
downloadchef-209af02472eab2b7a844eac349efef871d0d4590.tar.gz
Run all the tests on *nix omnibus testers
This catches chef-utils/chef-config and upcoming knife tests Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--omnibus/omnibus-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/omnibus-test.sh b/omnibus/omnibus-test.sh
index 2c1313681c..af6068a410 100644
--- a/omnibus/omnibus-test.sh
+++ b/omnibus/omnibus-test.sh
@@ -151,4 +151,4 @@ export CHEF_LICENSE=accept-no-persist
cd "$chef_gem"
sudo -E bundle install --jobs=3 --retry=3
-sudo -E bundle exec rspec --profile -f progress
+sudo -E bundle exec rake --profile -f progress