Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
92f24b2
)
THRIFT-2135:GO lib leaves behind test files that are auto generated
author
jfarrell
<jfarrell@apache.org>
Sat, 17 Aug 2013 19:52:42 +0000
(15:52 -0400)
committer
jfarrell
<jfarrell@apache.org>
Sat, 17 Aug 2013 19:52:42 +0000
(15:52 -0400)
Client: go
Patch: jfarrell
Removed generated test idl on clean
lib/go/test/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/go/test/Makefile.am
b/lib/go/test/Makefile.am
index
280e537
..
4e71cd0
100644
(file)
--- 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