From: jfarrell Date: Sat, 17 Aug 2013 19:52:42 +0000 (-0400) Subject: THRIFT-2135:GO lib leaves behind test files that are auto generated X-Git-Tag: 0.9.1~7 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=a395655cf4eea332e3f16576363b420b9db31ea6;p=common%2Fthrift.git THRIFT-2135:GO lib leaves behind test files that are auto generated Client: go Patch: jfarrell Removed generated test idl on clean --- diff --git a/lib/go/test/Makefile.am b/lib/go/test/Makefile.am index 280e5378..4e71cd06 100644 --- a/lib/go/test/Makefile.am +++ b/lib/go/test/Makefile.am @@ -35,7 +35,7 @@ check: gopath GOPATH=`pwd`/gopath $(GO) build IncludesTest clean-local: - $(RM) -r gen-go gopath + $(RM) -r gen-go gopath ThriftTest.thrift client: stubs $(GO) run TestClient.go