]> Cypherpunks repositories - gostls13.git/commit
test/run: make -v output look like go test output
authorRuss Cox <rsc@golang.org>
Tue, 10 Dec 2013 19:02:42 +0000 (14:02 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 10 Dec 2013 19:02:42 +0000 (14:02 -0500)
commitde8549dfd36bc46ca9c10903dad6e504e1444a86
tree018da8545c4f0424126f5f074f0bf68ccb5f7d4b
parent9bea6f3b2cf5efbf4df65293498dd7104c3f3f0f
test/run: make -v output look like go test output

Among other things, it makes it easier to scan to
see what is slow.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/40040044
test/run.go