Commit 0735e06c authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

build: fix the build with USE_GO_TOOL=false

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/5502051
parent d13ce811
......@@ -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
......
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