]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: put cgo tests under a "Testing cgo" heading
authorAustin Clements <austin@google.com>
Thu, 11 May 2023 19:12:45 +0000 (15:12 -0400)
committerAustin Clements <austin@google.com>
Tue, 16 May 2023 01:41:50 +0000 (01:41 +0000)
commit3cf8e8e5e684e2f9233ed507f91d3d2e2fe38ab8
treea2b15266349e1013c5c56ca9cb91067bb2d5315e
parent65306bcdae51195f32cc7cbfebfa2851b14a1163
cmd/dist: put cgo tests under a "Testing cgo" heading

Currently the cgo tests mostly use their package name as a heading,
which means we get a large number of test sections that each have a
single test package in them.

Unify them all under "Testing cgo" to reduce output noise.

This leaves just the cmd/api test without a heading, so we give it a
heading and require that all tests have a heading.

Change-Id: I24cd9a96eb35bbc3ff9335ca8a382ec2426306c1
Reviewed-on: https://go-review.googlesource.com/c/go/+/494497
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/dist/test.go