projects
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7320d6c
)
run simple Go test only
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Fri, 24 Sep 2021 15:18:04 +0000
(16:18 +0100)
committer
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Fri, 24 Sep 2021 15:18:04 +0000
(16:18 +0100)
Last-Update: 2019-10-05
Race testing is available on amd64, ppc64le and arm64 only.
Gbp-Pq: Name no_go_race.patch
lib/go/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/go/Makefile.am
b/lib/go/Makefile.am
index 0dfa5fadca711d3215162eb922ea3e4feb3caabb..2b6621ae01dfd28fa4f007cf1374208b1d19fcdd 100644
(file)
--- a/
lib/go/Makefile.am
+++ b/
lib/go/Makefile.am
@@
-31,7
+31,7
@@
install:
@echo '##############################################################'
check-local:
- GOPATH=`pwd` $(GO) test
-race
./thrift
+ GOPATH=`pwd` $(GO) test ./thrift
clean-local:
$(RM) -rf pkg