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:
authorBenjamin Pasero <benjamin.pasero@microsoft.com>2021-03-29 09:31:14 +0300
committerBenjamin Pasero <benjamin.pasero@microsoft.com>2021-03-29 09:31:14 +0300
commitb19f50e01606b4dfddcf7e8677377ae200205d23 (patch)
tree2a2e353adca48cc636764cbbefbe35491119bbc1 /scripts
parent7f9835ac43382b942b57b9d8df50344e2a4737a1 (diff)
debt - improve emmet integration tests
- properly close all editors - disable minimap to prevent spammy output
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test-integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-integration.sh b/scripts/test-integration.sh
index 0eeefd80bff..126bba47e1d 100755
--- a/scripts/test-integration.sh
+++ b/scripts/test-integration.sh
@@ -83,7 +83,7 @@ after_suite
"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS $ROOT/extensions/typescript-language-features/test-workspace --extensionDevelopmentPath=$ROOT/extensions/typescript-language-features --extensionTestsPath=$ROOT/extensions/typescript-language-features/out/test/unit $ALL_PLATFORMS_API_TESTS_EXTRA_ARGS
after_suite
-"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS $ROOT/extensions/emmet/out/test/test-fixtures --extensionDevelopmentPath=$ROOT/extensions/emmet --extensionTestsPath=$ROOT/extensions/emmet/out/test $ALL_PLATFORMS_API_TESTS_EXTRA_ARGS
+"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS $ROOT/extensions/emmet/test-workspace --extensionDevelopmentPath=$ROOT/extensions/emmet --extensionTestsPath=$ROOT/extensions/emmet/out/test $ALL_PLATFORMS_API_TESTS_EXTRA_ARGS
after_suite
"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS $(mktemp -d 2>/dev/null) --enable-proposed-api=vscode.git --extensionDevelopmentPath=$ROOT/extensions/git --extensionTestsPath=$ROOT/extensions/git/out/test $ALL_PLATFORMS_API_TESTS_EXTRA_ARGS