Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] src/testUtils.ts: always run test in package list mode
During v0.16 dev cycle, we switched tests to run in local directory mode by not specifying the target package path to be tested. This has two unintended side-effects: 1) prints all stderr/stdout from the tested target when tests succeed. 2) disables test caching. Whether `Go: Test Package` should run the tests in local directory mode or in package list mode is debatable. https://golang.org/cmd/go/#hdr-Test_packages But, we've been using the package list mode for a long time without complaint. So, this is a regression that needs to be fixed. Fixes #528 Change-Id: Ied06130db1ab6e53b2fb3a3b19ab13b0985fc779 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/248738 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> (cherry picked from commit a357893e7b5c24c1443deaca629584e47b4e22c2) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/252119
- Loading branch information