commit | a395655cf4eea332e3f16576363b420b9db31ea6 | [log] [tgz] |
---|---|---|
author | jfarrell <jfarrell@apache.org> | Sat Aug 17 15:52:42 2013 -0400 |
committer | jfarrell <jfarrell@apache.org> | Sat Aug 17 15:52:42 2013 -0400 |
tree | 2214179f89a0f4c267fed80c7b05e058d703c628 | |
parent | 92f24b2780fb7ca81063c3a0bb399500ee819d82 [diff] |
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 280e537..4e71cd0 100644 --- a/lib/go/test/Makefile.am +++ b/lib/go/test/Makefile.am
@@ -35,7 +35,7 @@ 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