Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bierner <matb@microsoft.com>2020-12-10 00:45:31 +0300
committerMatt Bierner <matb@microsoft.com>2020-12-10 01:08:15 +0300
commit6ad6905f9811aa64da5349e0f9563adece5f245f (patch)
tree5e843ae4478761aac46d44cfb7d9c826ca7b20c9 /scripts
parent542fa93eae77b20ee8981e61dbe51df84df00429 (diff)
Re-enable *.integrationTest on windows
Fixes #112164
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test-integration.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat
index 5a493b0b1c5..a1cd80e2950 100644
--- a/scripts/test-integration.bat
+++ b/scripts/test-integration.bat
@@ -40,8 +40,8 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
)
:: Integration & performance tests in AMD
-::call .\scripts\test.bat --runGlob **\*.integrationTest.js %*
-::if %errorlevel% neq 0 exit /b %errorlevel%
+@REM ::call .\scripts\test.bat --runGlob **\*.integrationTest.js %*
+@REM ::if %errorlevel% neq 0 exit /b %errorlevel%
:: Tests in the extension host