mirror of
https://github.com/golang/go
synced 2024-11-25 15:47:56 -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
|
go test runtime -short -cpu=1,2,4
|
||||||
else
|
else
|
||||||
(xcd pkg/runtime;
|
(xcd pkg/runtime;
|
||||||
go test -short -cpu=1,2,4
|
gotest -short -cpu=1,2,4
|
||||||
) || exit $?
|
) || exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user