From: Laszlo Boszormenyi (GCS) Date: Sun, 14 Feb 2021 18:50:04 +0000 (+0000) Subject: run simple Go test only X-Git-Tag: archive/raspbian/0.13.0-6+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=33f3eb0a4680aaacbaf66790c5aa8472350384aa;p=thrift.git run simple Go test only Last-Update: 2019-10-05 Race testing is available on amd64, ppc64le and arm64 only. Gbp-Pq: Name no_go_race.patch --- diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am index 0dfa5fa..2b6621a 100644 --- 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