From b8520885cccbed92fc948bc1ffe1dbe5691c4f06 Mon Sep 17 00:00:00 2001 From: Anthony Martin Date: Sun, 20 Jul 2014 13:14:53 +0300 Subject: 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 --- src/run.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/run.rc') 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 -- cgit v1.2.1