diff --git a/scripts/test.bat b/scripts/test.bat index 7db47fc6c30..703925a89b5 100644 --- a/scripts/test.bat +++ b/scripts/test.bat @@ -17,7 +17,7 @@ if not "%BUILD_BUILDID%" == "" ( rem Otherwise if "%BUILD_BUILDID%" == "" ( - %CODE% .\node_modules\mocha\bin\_mocha --colors %* | .\resources\win32\bin\cat + %CODE% .\node_modules\mocha\bin\_mocha --colors --reporter dot %* | .\resources\win32\bin\cat ) popd