From: Laszlo Boszormenyi (GCS) Date: Fri, 24 Sep 2021 15:18:04 +0000 (+0100) Subject: run simple Go test only X-Git-Tag: archive/raspbian/0.13.0-7+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8afed08aee6cc9173f989531bab753d31bf13fa9;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