echo command

This commit is contained in:
Benjamin Pasero 2019-08-31 18:04:48 +02:00
parent f6255fec58
commit 0d892af864

View file

@ -15,6 +15,8 @@ cd $ROOT
# Integration tests in AMD
./scripts/test.sh --runGlob **/*.integrationTest.js "$@"
echo $APP_ELECTRON
# Tests in the extension host
"$APP_ELECTRON" $ROOT/extensions/vscode-api-tests/testWorkspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out/singlefolder-tests --disable-extensions --skip-getting-started --disable-inspect --user-data-dir=$VSCODEUSERDATADIR
"$APP_ELECTRON" $ROOT/extensions/vscode-api-tests/testworkspace.code-workspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out/workspace-tests --disable-extensions --skip-getting-started --disable-inspect --user-data-dir=$VSCODEUSERDATADIR