From 2b8f056cacccfd885357f89bf2033cd1ca52cd21 Mon Sep 17 00:00:00 2001 From: "Christopher A. Snapp" Date: Fri, 10 Jul 2020 13:11:31 -0600 Subject: Modify habitat tests to call rspec the same as omnibus Signed-off-by: Christopher A. Snapp --- habitat/tests/spec.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'habitat') diff --git a/habitat/tests/spec.ps1 b/habitat/tests/spec.ps1 index 0229ac487f..6cbdd406c2 100644 --- a/habitat/tests/spec.ps1 +++ b/habitat/tests/spec.ps1 @@ -18,7 +18,7 @@ try { SETX GEM_PATH $($gemPath.Split("=")[1]) /m hab pkg binlink --force $PackageIdentifier - /hab/bin/rspec --format progress --tag ~executables --tag ~choco_installed spec/functional + /hab/bin/rspec --format documentation --tag ~executables --tag ~choco_installed spec/functional if (-not $?) { throw "functional testing failed"} } finally { Pop-Location -- cgit v1.2.1