force colors when running mocha tests on windows

pull/12177/head
Benjamin Pasero 2016-09-16 08:33:02 +02:00
parent 0619ede1e4
commit 605857e345
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if not "%BUILD_BUILDID%" == "" (
rem Otherwise
if "%BUILD_BUILDID%" == "" (
%CODE% .\node_modules\mocha\bin\_mocha %* | .\resources\win32\bin\cat
%CODE% .\node_modules\mocha\bin\_mocha --colors %* | .\resources\win32\bin\cat
)
popd