run.bash: fix linux/arm build

Revert to the shell builtin to avoid hosts that do not have /usr/bin/time.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/6848054
This commit is contained in:
Dave Cheney 2012-11-15 13:59:46 +11:00
parent 36c4a73fb2
commit fa21df3144
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ echo '#' ../test/bench/go1
go test ../test/bench/go1
(xcd ../test
GOMAXPROCS= time go run run.go
unset GOMAXPROCS
time go run run.go
) || exit $?
echo