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:
Brad Fitzpatrick 2011-12-20 15:30:36 -08:00
parent d13ce8115d
commit 0735e06cfd

View File

@ -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