aboutsummaryrefslogtreecommitdiff
path: root/src/run.rc
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2014-07-20 13:14:53 +0300
committerAram Hăvărneanu <aram@mgk.ro>2014-07-20 13:14:53 +0300
commita7fe1f1612051f683971d3fb22341c6f63c25033 (patch)
tree061c155d7dc29c0464a1997a4ca2d5c7ab9026d0 /src/run.rc
parent01a7d39df1d6ba5e3ba8a5b8e928b906556c6772 (diff)
downloadgo-a7fe1f1612051f683971d3fb22341c6f63c25033.tar.gz
go-a7fe1f1612051f683971d3fb22341c6f63c25033.zip
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
Diffstat (limited to 'src/run.rc')
-rwxr-xr-xsrc/run.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.rc b/src/run.rc
index 65e2c07e5e..b0995d8787 100755
--- a/src/run.rc
+++ b/src/run.rc
@@ -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