run simple Go test only
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sun, 22 Nov 2020 14:00:47 +0000 (14:00 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 22 Nov 2020 14:00:47 +0000 (14:00 +0000)
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

index 0dfa5fadca711d3215162eb922ea3e4feb3caabb..2b6621ae01dfd28fa4f007cf1374208b1d19fcdd 100644 (file)
@@ -31,7 +31,7 @@ install:
        @echo '##############################################################'
 
 check-local:
-       GOPATH=`pwd` $(GO) test -race ./thrift
+       GOPATH=`pwd` $(GO) test ./thrift
 
 clean-local:
        $(RM) -rf pkg