aboutsummaryrefslogtreecommitdiffstats
path: root/repository_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'repository_test.go')
-rw-r--r--repository_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repository_test.go b/repository_test.go
index a0c79a3..adc722c 100644
--- a/repository_test.go
+++ b/repository_test.go
@@ -461,7 +461,7 @@ func executeOnPath(path, cmd string) error {
c.Stderr = buf
c.Stdout = buf
- defer func() { fmt.Println(buf.String()) }()
+ //defer func() { fmt.Println(buf.String()) }()
return c.Run()
}