add logging to /out

Signed-off-by: Chris Brown <cbrown@pivotal.io>
This commit is contained in:
Alex Suraci
2015-02-20 14:38:49 -08:00
committed by Chris Brown
parent 330d632d62
commit 2ab978b6ea
4 changed files with 15 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ var _ = Describe("Out Command", func() {
var err error
githubClient = &fakes.FakeGitHub{}
command = resource.NewOutCommand(githubClient)
command = resource.NewOutCommand(githubClient, ioutil.Discard)
sourcesDir, err = ioutil.TempDir("", "github-release")
Ω(err).ShouldNot(HaveOccurred())