mirror of
https://github.com/golang/go
synced 2024-11-19 09:04:41 -07: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:
parent
36c4a73fb2
commit
fa21df3144
@ -115,7 +115,8 @@ echo '#' ../test/bench/go1
|
|||||||
go test ../test/bench/go1
|
go test ../test/bench/go1
|
||||||
|
|
||||||
(xcd ../test
|
(xcd ../test
|
||||||
GOMAXPROCS= time go run run.go
|
unset GOMAXPROCS
|
||||||
|
time go run run.go
|
||||||
) || exit $?
|
) || exit $?
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user