Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: surface error when noticing test failure
'set -e' means exit immediately on error. Previously, the presubmit from integration test may experience false positive because the exit code from npm test is not being captured. This false positive is noticed in CL 649258 where kokoro test failed but LUCI test passed. This CL should fail due to go1.24 vet behavior change but should pass if rebased CL 649475. For #3533 Change-Id: Iee7d5d02c178b8655a81b088f914d65237f79834 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/649635 Auto-Submit: Hongxiang Jiang <[email protected]> Reviewed-by: Robert Findley <[email protected]> kokoro-CI: kokoro <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information