]> Cypherpunks repositories - gostls13.git/commit
cmd/go: clean test directories as they complete
authorJoel Sing <jsing@google.com>
Tue, 31 Jan 2012 15:37:21 +0000 (10:37 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 31 Jan 2012 15:37:21 +0000 (10:37 -0500)
commit6f428f097915ab40fc417713ac613a7fda46b713
tree8749e72af8b149c247a5023f379c02405629faab
parent28397befabea2bb984b8eda963d9e7c16ffafd45
cmd/go: clean test directories as they complete

A go build currently generates around 400MB of test output prior to
cleaning up. With this change we use a maximum of ~15MB.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5588044
src/cmd/go/test.go