Commit fa21df31 authored by Dave Cheney's avatar Dave Cheney

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
parent 36c4a73f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment