From: Laszlo Boszormenyi (GCS) Date: Sun, 22 Nov 2020 14:00:47 +0000 (+0000) Subject: run simple Go test only X-Git-Tag: archive/raspbian/0.13.0-6+rpi1~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d7b7d0df15e1301d5fdfa836becfa09f9ed63171;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