summaryrefslogtreecommitdiff
path: root/habitat/tests/test.sh
diff options
context:
space:
mode:
authorChristopher A. Snapp <csnapp@chef.io>2020-09-24 08:30:45 -0600
committerChristopher A. Snapp <csnapp@chef.io>2020-11-17 10:38:17 -0700
commit7bc1bf55c1f2807c05898fb5b371119ff90b5f04 (patch)
tree9cd8e98d7f4c45112e296f9a62d87d39126b085b /habitat/tests/test.sh
parent1ec6523fff5da0dde61cb09a8741013e65556d67 (diff)
downloadchef-7bc1bf55c1f2807c05898fb5b371119ff90b5f04.tar.gz
Fix habitat/plan.sh
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
Diffstat (limited to 'habitat/tests/test.sh')
-rwxr-xr-xhabitat/tests/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/tests/test.sh b/habitat/tests/test.sh
index 2fcd7dafd5..c28ab8b2cf 100755
--- a/habitat/tests/test.sh
+++ b/habitat/tests/test.sh
@@ -34,4 +34,4 @@ for executable in 'chef-client' 'ohai' 'chef-shell' 'chef-apply' 'knife' 'chef-s
done
echo "--- :mag_right: Testing ${pkg_ident} functionality"
-hab pkg exec "${pkg_ident}" rspec -f documentation --tag ~executables spec/functional || error 'failures during rspec tests'
+hab pkg exec "${pkg_ident}" rspec --tag ~executables spec/functional || error 'failures during rspec tests'