summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-05 11:29:30 -0700
committerPete Higgins <pete@peterhiggins.org>2020-05-13 13:41:54 -0700
commit81a2c4d2b99085d898bf36880021efc02abd2fe9 (patch)
tree1327728d173db83a547d856324f1ae062bcf3127
parentfac527fb01b3e8af2d455b622c9a1929e0b30588 (diff)
downloadchef-81a2c4d2b99085d898bf36880021efc02abd2fe9.tar.gz
Fix a typo.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--omnibus/omnibus-test.ps12
-rw-r--r--omnibus/omnibus-test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/omnibus-test.ps1 b/omnibus/omnibus-test.ps1
index 45b6ba5d27..09a01c94bc 100644
--- a/omnibus/omnibus-test.ps1
+++ b/omnibus/omnibus-test.ps1
@@ -91,7 +91,7 @@ winrm quickconfig -quiet
bundle
If ($lastexitcode -ne 0) { Exit $lastexitcode }
-# FIXME: we need to add back unit and integration tests here. we have no converage of those on e.g. AIX
+# FIXME: we need to add back unit and integration tests here. we have no coverage of those on e.g. AIX
#
# chocolatey functional tests fail so disable that tag directly <-- and this is a bug that needs fixing.
bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation --tag ~choco_installed spec/functional
diff --git a/omnibus/omnibus-test.sh b/omnibus/omnibus-test.sh
index 2a3b6e520e..d33ade448c 100644
--- a/omnibus/omnibus-test.sh
+++ b/omnibus/omnibus-test.sh
@@ -157,5 +157,5 @@ CHEF_LICENSE=accept-no-persist
cd "$chef_gem"
sudo -E bundle install
-# FIXME: we need to add back unit and integration tests here. we have no converage of those on e.g. AIX
+# FIXME: we need to add back unit and integration tests here. we have no coverage of those on e.g. AIX
sudo -E bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/functional