summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-05-09 10:23:40 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-05-09 10:23:40 -0700
commitf3bcce215fc360164874a18b0b15cf1c10d340fe (patch)
treea4592062e5eb7b7908a531c5de9cd70ce5353950
parent1b1a8b34c872bc55f2acf77e44ac70e6e1efcab7 (diff)
downloadchef-lcg/ominbus-bundle-config.tar.gz
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rwxr-xr-xci/verify-chef.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/verify-chef.bat b/ci/verify-chef.bat
index 4ff3e0be77..7160b7b2f0 100755
--- a/ci/verify-chef.bat
+++ b/ci/verify-chef.bat
@@ -83,6 +83,11 @@ REM ; ffi-yajl must run in c-extension mode for perf, so force it so we don't ac
set FORCE_FFI_YAJL=ext
set
+REM ; we should use bundler, but aren't because of a bug
+REM ; this should be `bundle exec rspec yadda yadda...`
+REM ; the bug is here: https://github.com/bundler/bundler/issues/5644
+REM ; while this opens us up to some testing edge conditions if we're doing our job right to build the omnibus package and its gems correct that shouldn't matter
+REM ; since that assumption has gone wrong before we should really go back to using bundler at some point
call %EMBEDDED_BIN_DIR%\rspec -r rspec_junit_formatter -f RspecJunitFormatter -o %WORKSPACE%\test.xml -f documentation spec/functional
GOTO :EOF