From: Andrew Gerrand Date: Thu, 1 Aug 2013 03:49:00 +0000 (+1000) Subject: build: remove builder from test suite (fix build) X-Git-Tag: go1.2rc2~849 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5f1af1608f11f58edad85445bde2c96f5a3157fe;p=gostls13.git build: remove builder from test suite (fix build) R=golang-dev, dave, dsymonds CC=golang-dev https://golang.org/cl/12225043 --- diff --git a/src/run.bash b/src/run.bash index 24bcd3f228..83ef65bf0b 100755 --- a/src/run.bash +++ b/src/run.bash @@ -156,8 +156,8 @@ time ./run || exit 1 ) || exit $? echo -echo '#' ../misc/dashboard/builder ../misc/goplay -go build ../misc/dashboard/builder ../misc/goplay +echo '#' ../misc/goplay +go build ../misc/goplay [ "$GOARCH" == arm ] || (xcd ../test/bench/shootout diff --git a/src/run.bat b/src/run.bat index a60de185dd..724ae2d9f5 100644 --- a/src/run.bat +++ b/src/run.bat @@ -61,8 +61,8 @@ if errorlevel 1 goto fail echo. :norace -echo # ..\misc\dashboard\builder ..\misc\goplay -go build ..\misc\dashboard\builder ..\misc\goplay +echo # ..\misc\goplay +go build ..\misc\goplay if errorlevel 1 goto fail echo. diff --git a/src/run.rc b/src/run.rc index e493eae36b..765b331aae 100755 --- a/src/run.rc +++ b/src/run.rc @@ -47,8 +47,8 @@ fn xcd { } echo -echo '#' ../misc/dashboard/builder ../misc/goplay -go build ../misc/dashboard/builder ../misc/gplay +echo '#' ../misc/goplay +go build ../misc/gplay echo echo '#' ../test/bench/go1