mirror of
https://github.com/golang/go
synced 2024-11-19 02:04:42 -07:00
build: remove goplay from run.bash and run.bat
TBR=rsc R=golang-codereviews CC=golang-codereviews https://golang.org/cl/106730043
This commit is contained in:
parent
f836082566
commit
189a6494ee
@ -197,11 +197,6 @@ time ./run || exit 1
|
||||
time ./run || exit 1
|
||||
) || exit $?
|
||||
|
||||
echo
|
||||
echo '#' ../misc/goplay
|
||||
go build ../misc/goplay
|
||||
rm -f goplay
|
||||
|
||||
[ "$GOOS" == nacl ] ||
|
||||
[ "$GOARCH" == arm ] ||
|
||||
(xcd ../test/bench/shootout
|
||||
|
@ -73,11 +73,6 @@ if errorlevel 1 goto fail
|
||||
echo.
|
||||
:norace
|
||||
|
||||
echo # ..\misc\goplay
|
||||
go build ..\misc\goplay
|
||||
if errorlevel 1 goto fail
|
||||
echo.
|
||||
|
||||
echo # ..\test\bench\go1
|
||||
go test ..\test\bench\go1
|
||||
if errorlevel 1 goto fail
|
||||
|
Loading…
Reference in New Issue
Block a user