Skip to content

Commit 9fb1ed8

Browse files
committed
TestShowUserAgent: show BuildInfo also in text format
1 parent 517393a commit 9fb1ed8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

useragent_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func TestShowUserAgent(t *testing.T) {
3030
t.Log("\033[1;31mRun this test with -buildvcs=true\033[m")
3131
}
3232
t.Logf("%#v", bi)
33+
t.Logf("BuildInfo:\n%s", bi)
3334
}
3435

3536
t.Log("User-Agent:", getUserAgent())

0 commit comments

Comments
 (0)