summaryrefslogtreecommitdiff
path: root/src/run.rc
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2014-07-20 13:14:53 +0300
committerAnthony Martin <ality@pbrane.org>2014-07-20 13:14:53 +0300
commitb8520885cccbed92fc948bc1ffe1dbe5691c4f06 (patch)
treef6cfc985cef4dafda88988307e41e069c446e123 /src/run.rc
parent7e0961add081640a9c478a5745e6ed928d61e856 (diff)
downloadgo-b8520885cccbed92fc948bc1ffe1dbe5691c4f06.tar.gz
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://codereview.appspot.com/111400043 Committer: Aram H?v?rneanu <aram@mgk.ro>
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 65e2c07e5..b0995d878 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