From 5aa09f493d421f512d711a0a1a257baa4a666759 Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Tue, 9 Jun 2020 13:06:46 -0400 Subject: WIP: test with rspec --profile Signed-off-by: Bryan McLellan --- omnibus/omnibus-test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.1