mirror of
https://github.com/golang/go
synced 2024-11-11 23:20:24 -07:00
build: fix the build with USE_GO_TOOL=false
R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/5502051
This commit is contained in:
parent
d13ce8115d
commit
0735e06cfd
@ -59,7 +59,7 @@ if $USE_GO_TOOL; then
|
||||
go test runtime -short -cpu=1,2,4
|
||||
else
|
||||
(xcd pkg/runtime;
|
||||
go test -short -cpu=1,2,4
|
||||
gotest -short -cpu=1,2,4
|
||||
) || exit $?
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user