diff options
| author | Russ Cox <rsc@golang.org> | 2012-03-05 22:47:23 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-03-05 22:47:23 -0500 |
| commit | 5e41fe0e45c66bf7359988551a321137e2ddfe89 (patch) | |
| tree | c68f8a69cbfa6b0325ed5cecd8de77a62ba3f414 /src/run.bash | |
| parent | 4e110af169869b07950fa6aa543f2625021bb3cb (diff) | |
| download | go-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-x | src/run.bash | 2 |
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 |
