1
0
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:
Andrew Gerrand 2014-06-02 08:44:47 +10:00
parent f836082566
commit 189a6494ee
2 changed files with 0 additions and 10 deletions

View File

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

View File

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