summaryrefslogtreecommitdiff
path: root/src/run.rc
Commit message (Collapse)AuthorAgeFilesLines
* build: be verbose when running tests on Plan 9Anthony Martin2014-07-201-1/+1
| | | | | | | | | | | | This is a temporary change to see how far the builder gets when it times out. LGTM=aram, 0intro R=0intro, aram CC=golang-codereviews, mischief https://codereview.appspot.com/111400043 Committer: Aram H?v?rneanu <aram@mgk.ro>
* build: don't build goplay in run.rc.Shenghou Ma2014-06-011-4/+0
| | | | | | | | | Fix plan 9 build. TBR=rsc R=golang-codereviews CC=golang-codereviews https://codereview.appspot.com/100880047
* run.bash: explain why we set GOMAXPROCS for runtime testDmitriy Vyukov2014-03-061-0/+2
| | | | | | | | | Fixes issue 7459. LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/71060044
* build: fix typos in run.rcDavid du Colombier2014-01-281-2/+2
| | | | | | | LGTM=bradfitz R=jas, bradfitz CC=golang-codereviews https://codereview.appspot.com/52940044
* build: remove builder from test suite (fix build)Andrew Gerrand2013-08-011-2/+2
| | | | | | R=golang-dev, dave, dsymonds CC=golang-dev https://codereview.appspot.com/12225043
* build: do not set GOBIN on Plan 9Anthony Martin2013-02-261-3/+16
| | | | | | | | | Also, I synced the rc files with changes that have been made to make.bash, etc. R=seed, rminnich, r CC=golang-dev https://codereview.appspot.com/7389049
* src/run.rc: "go env -9" is not valid, the correct command is "go tool dist ↵Lucio De Re2013-02-191-1/+1
| | | | | | | | | | env -9". R=minux.ma, bradfitz CC=golang-dev https://codereview.appspot.com/7307120 Committer: Shenghou Ma <minux.ma@gmail.com>
* run.{bash,bat,rc}: unset GOMAXPROCS before ../testDave Cheney2012-11-151-1/+1
| | | | | | | | | | | | | test/run.go already executes tests in parallel where possible. An unknown GOMAXPROCS value during the tests is known to cause failures with tests that measure allocations. ref: https://groups.google.com/d/topic/golang-nuts/tgMhFJ3F5WY/discussion R=fullung, minux.ma, r CC=golang-dev http://codereview.appspot.com/6847050
* build: dist-based build for Plan 9Anthony Martin2012-05-011-0/+50
R=rsc, iant, iant, seed CC=golang-dev http://codereview.appspot.com/5608059