diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2012-07-14 15:59:52 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2012-07-14 15:59:52 +0400 |
| commit | d5c2154caf1d5826328a9fbc14e89001599f0a30 (patch) | |
| tree | 145aee4551ebc35a644f0414eece5e5b48e0f6b0 /src/run.bash | |
| parent | 8c777066cb7d4ef8a39bd03f3d76b45e0a4810f4 (diff) | |
| download | go-d5c2154caf1d5826328a9fbc14e89001599f0a30.tar.xz | |
build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32)
Some tests currently fail with GOMAXPROCS>1
R=golang-dev
CC=golang-dev
https://golang.org/cl/6398044
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/run.bash b/src/run.bash index 8e373ed6b1..ca84b7034d 100755 --- a/src/run.bash +++ b/src/run.bash @@ -39,11 +39,6 @@ echo echo '# sync -cpu=10' go test sync -short -timeout=120s -cpu=10 -echo - -echo '# GOMAXPROCS=32 go test runtime net/http crypto/tls encoding/base64' -GOMAXPROCS=32 go test runtime net/http crypto/tls encoding/base64 -echo xcd() { echo |
