aboutsummaryrefslogtreecommitdiff
path: root/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/main_test.go b/main_test.go
index 9262e6f..8e3af8f 100644
--- a/main_test.go
+++ b/main_test.go
@@ -319,7 +319,9 @@ func TestRmwRace(t *testing.T) {
}
*/
}
- fmt.Println(goodMd5)
+ if testing.Verbose() {
+ fmt.Println(goodMd5)
+ }
}
func BenchmarkStreamWrite(t *testing.B) {
buf := make([]byte, 1024*1024)