tests: reduce noise but make test.bash accept "-v"
This commit is contained in:
parent
988e0a047c
commit
b80167b39d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user