mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
windows: dot reporter is better given our cat.exe workaround
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user