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:
Diffstat (limited to 'scripts/test-remote-integration.bat')
-rw-r--r--scripts/test-remote-integration.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/test-remote-integration.bat b/scripts/test-remote-integration.bat
index 1c04b2e392c..a7d0719205f 100644
--- a/scripts/test-remote-integration.bat
+++ b/scripts/test-remote-integration.bat
@@ -53,10 +53,10 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
:: Run from a built: need to compile all test extensions
:: because we run extension tests from their source folders
:: and the build bundles extensions into .build webpacked
- call yarn gulp compile-extension:vscode-api-tests^
- compile-extension:microsoft-authentication^
- compile-extension:github-authentication^
- compile-extension:vscode-test-resolver
+ :: call yarn gulp compile-extension:vscode-api-tests^
+ :: compile-extension:microsoft-authentication^
+ :: compile-extension:github-authentication^
+ :: compile-extension:vscode-test-resolver
:: Configuration for more verbose output
set VSCODE_CLI=1