From dff11539469837a02313699b1d89a716ca7b4ca0 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 16 Sep 2016 11:08:44 +0200 Subject: [PATCH] windows: dot reporter is better given our cat.exe workaround --- scripts/test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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