From: Andrew Gerrand Date: Sun, 1 Jun 2014 22:44:47 +0000 (+1000) Subject: build: remove goplay from run.bash and run.bat X-Git-Tag: go1.3rc1~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=189a6494ee5912f7add466bff9e7afbe960a6a2e;p=gostls13.git build: remove goplay from run.bash and run.bat TBR=rsc R=golang-codereviews CC=golang-codereviews https://golang.org/cl/106730043 --- diff --git a/src/run.bash b/src/run.bash index 76216ba010..6eec7caa40 100755 --- a/src/run.bash +++ b/src/run.bash @@ -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 diff --git a/src/run.bat b/src/run.bat index fdaacfff44..62692acaf2 100644 --- a/src/run.bat +++ b/src/run.bat @@ -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