From a7fe1f1612051f683971d3fb22341c6f63c25033 Mon Sep 17 00:00:00 2001 From: Anthony Martin Date: Sun, 20 Jul 2014 13:14:53 +0300 Subject: [PATCH] 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 --- src/run.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1