Descriptioncmd/go: test: clean up all temporary directories
go test may call builder.init() multiple times which will create a new work directory. The cleanup needs to hoist the current work directory.
Fixes issue 7904.
Patch Set 1 #Patch Set 2 : diff -r 77dd96794ed9 https://code.google.com/p/go #Patch Set 3 : diff -r 77dd96794ed9 https://code.google.com/p/go #MessagesTotal messages: 9
|