projects
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69757dc
)
run simple Go test only
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Wed, 28 Sep 2022 17:05:02 +0000
(18:05 +0100)
committer
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Wed, 28 Sep 2022 17:05:02 +0000
(18:05 +0100)
Last-Update: 2022-04-01
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 06399f5f4a34aa122f26653f377d782830e66652..788a0539b83efe3fb653dc3852de404dc8013ad5 100644
(file)
--- a/
lib/go/Makefile.am
+++ b/
lib/go/Makefile.am
@@
-40,7
+40,7
@@
install:
# https://github.com/golang/go/issues/52445 is fixed.
check-local:
$(GO) vet -mod=mod -stdmethods=false github.com/apache/thrift/lib/go/thrift
- $(GO) test -mod=mod
-race
./thrift
+ $(GO) test -mod=mod ./thrift
clean-local:
$(RM) -rf pkg