summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2020-06-09 13:06:46 -0400
committerBryan McLellan <btm@loftninjas.org>2020-06-09 16:13:14 -0400
commit5aa09f493d421f512d711a0a1a257baa4a666759 (patch)
treeb4955f5db1b19bc90efa7f207cdfd8041d1920f5
parent72ff4695b4a87e02203c5f39cf6f26a19eaa2e60 (diff)
downloadchef-btm/add_win8.tar.gz
WIP: test with rspec --profilebtm/add_win8
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
-rw-r--r--omnibus/omnibus-test.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/omnibus-test.ps1 b/omnibus/omnibus-test.ps1
index 09a01c94bc..3622a5622e 100644
--- a/omnibus/omnibus-test.ps1
+++ b/omnibus/omnibus-test.ps1
@@ -94,5 +94,5 @@ If ($lastexitcode -ne 0) { Exit $lastexitcode }
# 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
+bundle exec rspec --profile 25 -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation --tag ~choco_installed spec/functional
If ($lastexitcode -ne 0) { Exit $lastexitcode }