summaryrefslogtreecommitdiff
path: root/.expeditor/scripts/bk_win_unit.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/scripts/bk_win_unit.ps1')
-rw-r--r--.expeditor/scripts/bk_win_unit.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/scripts/bk_win_unit.ps1 b/.expeditor/scripts/bk_win_unit.ps1
index 65c8b292e6..f1f28ade05 100644
--- a/.expeditor/scripts/bk_win_unit.ps1
+++ b/.expeditor/scripts/bk_win_unit.ps1
@@ -3,7 +3,7 @@ $PrepScript = Join-Path $CurrentDirectory "bk_win_prep.ps1"
Invoke-Expression $PrepScript
echo "+++ bundle exec rake"
-bundle exec rake spec:unit --verbose
+bundle exec rake spec:unit
if (-not $?) { throw "Chef unit tests failing." }
bundle exec rake component_specs
if (-not $?) { throw "Chef component specs failing." }