mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
quiet down to go test for markdown generation
We were printing the markdown, don't ask me why.
This commit is contained in:
parent
af6b555418
commit
a112838e26
1 changed files with 0 additions and 2 deletions
|
@ -59,6 +59,4 @@ func TestGenMdDoc(t *testing.T) {
|
|||
if !strings.Contains(found, expected) {
|
||||
t.Errorf("Unexpected response.\nExpecting to contain: \n %q\nGot:\n %q\n", expected, found)
|
||||
}
|
||||
|
||||
fmt.Fprintf(os.Stdout, "%s\n", found)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue