add environment variable SKIP_INTEGRATION_TESTS

This commit is contained in:
Benjamin Pasero 2015-11-25 15:48:22 +01:00
parent b255288e3b
commit c3d18ddb04

View file

@ -19,4 +19,6 @@ else
fi
# Integration Tests
./scripts/code.sh $ROOT/extensions/vscode-api-tests/testWorkspace --extensionDevelopmentPath=$ROOT/extensions/vscode-api-tests --extensionTestsPath=$ROOT/extensions/vscode-api-tests/out
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