mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00: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
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