From a395655cf4eea332e3f16576363b420b9db31ea6 Mon Sep 17 00:00:00 2001 From: jfarrell Date: Sat, 17 Aug 2013 15:52:42 -0400 Subject: [PATCH] THRIFT-2135:GO lib leaves behind test files that are auto generated Client: go Patch: jfarrell Removed generated test idl on clean --- lib/go/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1