build: be verbose when running tests on Plan 9

This is a temporary change to see how far the
builder gets when it times out.

LGTM=aram, 0intro
R=0intro, aram
CC=golang-codereviews, mischief
https://golang.org/cl/111400043
This commit is contained in:
Anthony Martin 2014-07-20 13:14:53 +03:00 committed by Aram Hăvărneanu
parent 01a7d39df1
commit a7fe1f1612

View file

@ -54,7 +54,7 @@ go test ../test/bench/go1
@{
xcd ../test
GOMAXPROCS='' time go run run.go
GOMAXPROCS='' time go run run.go -v
}
echo