]> Cypherpunks repositories - gostls13.git/commit
build: use run.go for running tests
authorRuss Cox <rsc@golang.org>
Tue, 6 Mar 2012 03:47:23 +0000 (22:47 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 6 Mar 2012 03:47:23 +0000 (22:47 -0500)
commit5e41fe0e45c66bf7359988551a321137e2ddfe89
treec68f8a69cbfa6b0325ed5cecd8de77a62ba3f414
parent4e110af169869b07950fa6aa543f2625021bb3cb
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
src/run.bash
src/run.bat
test/run.go