From aeeb8dbee3db1613ca1e9186132c3012db71b701 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Mon, 26 Oct 2020 17:01:44 +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