Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from irfansharif/210218.test-errors-non-verbose
Browse files Browse the repository at this point in the history
Log test errors inline when non-verbose
  • Loading branch information
irfansharif authored Feb 22, 2021
2 parents 41bcbde + ca39301 commit ee14915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ func runUnitTest(ctx context.Context, cmd *cobra.Command, pkgs []string) error {
}
if verbose {
args = append(args, "--test_output", "all", "--test_arg", "-test.v")
} else {
args = append(args, "--test_output", "errors")
}

return execute(ctx, "bazel", args...)
Expand Down

0 comments on commit ee14915

Please sign in to comment.