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:
authorRob Lourens <roblourens@gmail.com>2021-08-03 22:15:06 +0300
committerRob Lourens <roblourens@gmail.com>2021-08-03 22:15:16 +0300
commitffb40deb5251a524da79cbfbdb0e16af6b658802 (patch)
treebbdfaf49d74f03a0143f12efab3e36675b82b730 /scripts
parent82331754b3f50ef75802cdaa3bf0c6b0c7805af8 (diff)
Build ipynb extension before integration test
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test-integration.bat6
-rwxr-xr-xscripts/test-integration.sh1
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat
index 16a72eea7d1..51aada7b18b 100644
--- a/scripts/test-integration.bat
+++ b/scripts/test-integration.bat
@@ -31,6 +31,7 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
compile-extension:html-language-features-server^
compile-extension:json-language-features-server^
compile-extension:git^
+ compile-extension:ipynb^
compile-extension-media
:: Configuration for more verbose output
@@ -77,6 +78,11 @@ mkdir %GITWORKSPACE%
call "%INTEGRATION_TEST_ELECTRON_PATH%" %GITWORKSPACE% --extensionDevelopmentPath=%~dp0\..\extensions\git --extensionTestsPath=%~dp0\..\extensions\git\out\test --enable-proposed-api=vscode.git %ALL_PLATFORMS_API_TESTS_EXTRA_ARGS%
if %errorlevel% neq 0 exit /b %errorlevel%
+set IPYNBWORKSPACE=%TEMPDIR%\ipynb-%RANDOM%
+mkdir %IPYNBWORKSPACE%
+call "%INTEGRATION_TEST_ELECTRON_PATH%" %IPYNBWORKSPACE% --extensionDevelopmentPath=%~dp0\..\extensions\ipynb --extensionTestsPath=%~dp0\..\extensions\ipynb\out\test %ALL_PLATFORMS_API_TESTS_EXTRA_ARGS%
+if %errorlevel% neq 0 exit /b %errorlevel%
+
:: Tests standalone (CommonJS)
diff --git a/scripts/test-integration.sh b/scripts/test-integration.sh
index ba9b332d7cf..ac836ee5cac 100755
--- a/scripts/test-integration.sh
+++ b/scripts/test-integration.sh
@@ -39,6 +39,7 @@ else
compile-extension:html-language-features-server \
compile-extension:json-language-features-server \
compile-extension:git \
+ compile-extension:ipynb \
compile-extension-media
# Configuration for more verbose output