Skip to content

Commit f3d4107

Browse files
committed
cmd/govulncheck: log command test output
Updates golang/go#52410. Change-Id: I12863f0ccdd466aa976aa00f96f8a4e8fea9582c Reviewed-on: https://go-review.googlesource.com/c/vuln/+/400358 Run-TryBot: Jonathan Amsterdam <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: Julie Qiu <[email protected]>
1 parent c10a53f commit f3d4107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/govulncheck/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func TestCommand(t *testing.T) {
3535
if err != nil {
3636
t.Fatal(err)
3737
}
38-
ts.DisableLogging = true
38+
ts.DisableLogging = false
3939
// Define a command that lets us cd into a module directory.
4040
// The modules for these tests live under testdata/modules.
4141
ts.Commands["cdmodule"] = func(args []string, inputFile string) ([]byte, error) {

0 commit comments

Comments
 (0)