mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
enable tests
This commit is contained in:
parent
55963623d7
commit
027ba03e63
1 changed files with 3 additions and 3 deletions
|
@ -19,6 +19,6 @@ else
|
|||
fi
|
||||
|
||||
# Integration Tests
|
||||
# if [[ "$SKIP_INTEGRATION_TESTS" == "" ]]; then
|
||||
# ./scripts/code.sh $ROOT/extensions/vscode-api-tests/testWorkspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out
|
||||
# fi
|
||||
if [[ "$SKIP_INTEGRATION_TESTS" == "" ]]; then
|
||||
./scripts/code.sh $ROOT/extensions/vscode-api-tests/testWorkspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out
|
||||
fi
|
Loading…
Reference in a new issue