I can't see the test output due to bad ANSI code handling

This commit is contained in:
Alex Dima 2016-09-21 11:51:06 +03:00
parent 482b6972b7
commit 5a54dad1ca

View file

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