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