You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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]>
0 commit comments