mirror of
https://github.com/golang/go
synced 2024-11-19 04:44:41 -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
|
time ./run || exit 1
|
||||||
) || exit $?
|
) || exit $?
|
||||||
|
|
||||||
echo
|
|
||||||
echo '#' ../misc/goplay
|
|
||||||
go build ../misc/goplay
|
|
||||||
rm -f goplay
|
|
||||||
|
|
||||||
[ "$GOOS" == nacl ] ||
|
[ "$GOOS" == nacl ] ||
|
||||||
[ "$GOARCH" == arm ] ||
|
[ "$GOARCH" == arm ] ||
|
||||||
(xcd ../test/bench/shootout
|
(xcd ../test/bench/shootout
|
||||||
|
@ -73,11 +73,6 @@ if errorlevel 1 goto fail
|
|||||||
echo.
|
echo.
|
||||||
:norace
|
:norace
|
||||||
|
|
||||||
echo # ..\misc\goplay
|
|
||||||
go build ..\misc\goplay
|
|
||||||
if errorlevel 1 goto fail
|
|
||||||
echo.
|
|
||||||
|
|
||||||
echo # ..\test\bench\go1
|
echo # ..\test\bench\go1
|
||||||
go test ..\test\bench\go1
|
go test ..\test\bench\go1
|
||||||
if errorlevel 1 goto fail
|
if errorlevel 1 goto fail
|
||||||
|
Loading…
Reference in New Issue
Block a user