projects
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4fe88e
)
run simple Go test only
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Sun, 17 Sep 2023 13:13:50 +0000
(14:13 +0100)
committer
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Sun, 17 Sep 2023 13:13:50 +0000
(14:13 +0100)
Last-Update: 2023-07-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 18b6b75f46e2bedd22cf7964bc1bb2d4b653a3f6..c13f2ed5c75eb6cd68577820c4c76562749c954d 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 -stdmethods=false github.com/apache/thrift/lib/go/thrift
- $(GO) test
-race
./thrift
+ $(GO) test ./thrift
clean-local:
$(RM) -rf pkg