mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
Merge pull request #98 from eparis/markdown-quiet-test
quiet down to go test for markdown generation
This commit is contained in:
commit
69e5f196b5
@ -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 New Issue
Block a user