windows: dot reporter is better given our cat.exe workaround

This commit is contained in:
Benjamin Pasero 2016-09-16 11:08:44 +02:00
parent 52f57fa587
commit dff1153946

View file

@ -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