1
0
mirror of https://github.com/golang/go synced 2024-10-01 16:28:33 -06:00

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

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