From 605857e345d88fd15d6ac083c3936122dc2065f1 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 16 Sep 2016 08:33:02 +0200 Subject: [PATCH] force colors when running mocha tests on windows --- scripts/test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.bat b/scripts/test.bat index bd7a7fe82cb..7db47fc6c30 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 %* | .\resources\win32\bin\cat + %CODE% .\node_modules\mocha\bin\_mocha --colors %* | .\resources\win32\bin\cat ) popd