Merge pull request #98 from eparis/markdown-quiet-test

quiet down to go test for markdown generation
This commit is contained in:
Eric Paris 2015-04-28 09:43:10 -05:00
commit 69e5f196b5

View file

@ -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)
}