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-04-24 02:17:59 +0300
committerMatt Bierner <matb@microsoft.com>2021-04-24 02:18:15 +0300
commita87db274dac88371b36bbd226c5bfd4beb29329f (patch)
treeeefabb3c46db693ed64ae1b2407be767430088f0 /scripts
parentd690b2d7e2192d20a1a0b7ee4e7759d792b5a1c8 (diff)
Make sure we build extension media for integration tests
For #120213
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test-integration.bat3
-rwxr-xr-xscripts/test-integration.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat
index 1220b5294bf..0ce9c1ba30b 100644
--- a/scripts/test-integration.bat
+++ b/scripts/test-integration.bat
@@ -29,7 +29,8 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
compile-extension:css-language-features-server^
compile-extension:html-language-features-server^
compile-extension:json-language-features-server^
- compile-extension:git
+ compile-extension:git^
+ compile-extension-media
:: Configuration for more verbose output
set VSCODE_CLI=1
diff --git a/scripts/test-integration.sh b/scripts/test-integration.sh
index 126bba47e1d..c6c116c2f67 100755
--- a/scripts/test-integration.sh
+++ b/scripts/test-integration.sh
@@ -36,7 +36,8 @@ else
compile-extension:css-language-features-server \
compile-extension:html-language-features-server \
compile-extension:json-language-features-server \
- compile-extension:git
+ compile-extension:git \
+ compile-extension-media
# Configuration for more verbose output
export VSCODE_CLI=1