From 8d4345c5107f523bdfe0caff9ae407a36712ebf9 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 17 Feb 2016 21:43:02 +0100 Subject: [PATCH] net-p2p/syncthing: disable tests again in 0.12.19, fix hasn't landed yet --- net-p2p/syncthing/syncthing-0.12.19.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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} -- 2.26.2