From: Dirkjan Ochtman Date: Wed, 17 Feb 2016 20:43:02 +0000 (+0100) Subject: net-p2p/syncthing: disable tests again in 0.12.19, fix hasn't landed yet X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d4345c5107f523bdfe0caff9ae407a36712ebf9;p=gentoo.git net-p2p/syncthing: disable tests again in 0.12.19, fix hasn't landed yet --- diff --git a/net-p2p/syncthing/syncthing-0.12.19.ebuild b/net-p2p/syncthing/syncthing-0.12.19.ebuild index 5f22a11ad30c..f6a31e49ccb6 100644 --- a/net-p2p/syncthing/syncthing-0.12.19.ebuild +++ b/net-p2p/syncthing/syncthing-0.12.19.ebuild @@ -32,10 +32,12 @@ src_compile() { go run build.go -version "v${PV}" -no-upgrade || die "build failed" } -src_test() { - cd src/${EGO_PN} - go run build.go test || die "test failed" -} +# go test: -race is only supported on amd64 platforms +# https://github.com/syncthing/syncthing/issues/2765 +#src_test() { +# cd src/${EGO_PN} +# go run build.go test || die "test failed" +#} src_install() { cd src/${EGO_PN}