From 33f3eb0a4680aaacbaf66790c5aa8472350384aa Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Sun, 14 Feb 2021 18:50:04 +0000 Subject: [PATCH] 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 --- lib/go/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2