Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extension/tools/release: add env var to control test skipping
Some of the go test require extra tools. VSCODE_GO_TEST_ALL is used to control whether the test should be skipped or errored if the required tool is missing. For LUCI test, test is triggered by "go test ./..." meaning test will skip if the tool is missing. For docker test, test is triggered by "VSCODE_GO_TEST_ALL=true go test ./..." meaning the test can not be skipped. Choose "TEST_ALL" over "CAN_SKIP" to avoid double negative. For #3533 Change-Id: I7fdad5e872a377882aa274d27d88ae6ddffb613e Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/643855 Reviewed-by: Robert Findley <rfindley@google.com> Commit-Queue: Hongxiang Jiang <hxjiang@golang.org> Auto-Submit: Hongxiang Jiang <hxjiang@golang.org> kokoro-CI: kokoro <noreply+kokoro@google.com>
- Loading branch information