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>2021-02-20 04:22:38 +0300
committerMatt Bierner <matb@microsoft.com>2021-02-20 04:22:38 +0300
commit4feadc399870e062dd64c395db1f6fe2add00309 (patch)
treec913f9cec2c8d86761d787ee065103f0f33f6b9a /scripts
parent9a7da51af26898e6cb6435a3b0bd32bb2b3b56d0 (diff)
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 3f8390b0b2b..1220b5294bf 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
-@REM ::call .\scripts\test.bat --runGlob **\*.integrationTest.js %*
-@REM ::if %errorlevel% neq 0 exit /b %errorlevel%
+call .\scripts\test.bat --runGlob **\*.integrationTest.js %*
+if %errorlevel% neq 0 exit /b %errorlevel%
:: Tests in the extension host