From 0e9c89080c4e15424d7cf89729eed5abb5059257 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 29 Apr 2016 09:44:54 +0200 Subject: [PATCH] set ELECTRON_NO_ATTACH_CONSOLE=1 --- scripts/test-integration.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat index 1b15e7c5575..8b547e6dd70 100644 --- a/scripts/test-integration.bat +++ b/scripts/test-integration.bat @@ -1,6 +1,8 @@ @echo off setlocal +set ELECTRON_NO_ATTACH_CONSOLE=1 + :: Integration Tests .\scripts\code.bat %~dp0\..\extensions\vscode-api-tests\testWorkspace --extensionDevelopmentPath=%~dp0\..\extensions\vscode-api-tests --extensionTestsPath=%~dp0\..\extensions\vscode-api-tests\out .\scripts\code.bat %~dp0\..\extensions\vscode-colorize-tests\test --extensionDevelopmentPath=%~dp0\..\extensions\vscode-colorize-tests --extensionTestsPath=%~dp0\..\extensions\vscode-colorize-tests\out