]> Cypherpunks repositories - gostls13.git/commitdiff
build: be verbose when running tests on Plan 9
authorAnthony Martin <ality@pbrane.org>
Sun, 20 Jul 2014 10:14:53 +0000 (13:14 +0300)
committerAram Hăvărneanu <aram@mgk.ro>
Sun, 20 Jul 2014 10:14:53 +0000 (13:14 +0300)
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

src/run.rc

index 65e2c07e5e7a7f11e1f5e5a39cc75bfba4e2a6ff..b0995d878737a39b2f1ad27ca5e510756d4c2a63 100755 (executable)
@@ -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