Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Reduce the verbosity of 'go test'
Otherwise, there's so much spew from 'go test', including the successful tests, that the actual failures don't stand out. Note that, the different steps involved in building the code base are a lot more interdependent on each other. Hence, some extra verbosity can help understand what caused a build failure on non-interactive build environments. In contrast, the runtime outputs from each test case are a lot more isolated and independent from one another. The additional verbosity from successful tests doesn't really help understand why a particular test failed. #1186
- Loading branch information