From aa1aaee7fd96a76e595add58b9889b4cd6703d3a Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Mon, 5 Mar 2012 16:40:27 -0500 Subject: runtime: wait for main goroutine before setting GOMAXPROCS. Fixes #3182. R=golang-dev, dvyukov, rsc CC=golang-dev, remy https://golang.org/cl/5732057 --- src/run.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index fd3b1f27b7..fdbf47663b 100755 --- a/src/run.bash +++ b/src/run.bash @@ -26,8 +26,8 @@ echo '# Testing packages.' time go test std -short -timeout=120s echo -echo '# runtime -cpu=1,2,4' -go test runtime -short -timeout=120s -cpu=1,2,4 +echo '# GOMAXPROCS=2 runtime -cpu=1,2,4' +GOMAXPROCS=2 go test runtime -short -timeout=120s -cpu=1,2,4 echo echo '# sync -cpu=10' -- cgit v1.3