aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-03-05 22:47:23 -0500
committerRuss Cox <rsc@golang.org>2012-03-05 22:47:23 -0500
commit5e41fe0e45c66bf7359988551a321137e2ddfe89 (patch)
treec68f8a69cbfa6b0325ed5cecd8de77a62ba3f414 /src/run.bash
parent4e110af169869b07950fa6aa543f2625021bb3cb (diff)
downloadgo-5e41fe0e45c66bf7359988551a321137e2ddfe89.tar.xz
build: use run.go for running tests
Also, tweak run.go to use no more than 2x the number of CPUs, and only one on ARM. 53.85u 13.33s 53.69r ./run 50.68u 12.13s 18.85r go run run.go Fixes #2833. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5754047
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index fdbf47663b..7b1854865e 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -105,7 +105,7 @@ $BROKEN ||
) || exit $?
(xcd ../test
-./run
+time go run run.go
) || exit $?
echo