]> Cypherpunks repositories - gostls13.git/commit
run.{bash,bat,rc}: unset GOMAXPROCS before ../test
authorDave Cheney <dave@cheney.net>
Thu, 15 Nov 2012 00:40:10 +0000 (11:40 +1100)
committerDave Cheney <dave@cheney.net>
Thu, 15 Nov 2012 00:40:10 +0000 (11:40 +1100)
commit36c4a73fb2aa9f9665c71f563a3e8125c29223e2
tree1a627346bb8ae624c07db8f7c7e1abb6d4b5c905
parent45b4867d0edabb5f2f8ee07d5f5e9b53f9f4dbe0
run.{bash,bat,rc}: unset GOMAXPROCS before ../test

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
https://golang.org/cl/6847050
src/run.bash
src/run.bat
src/run.rc