diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2016-02-17 21:43:02 +0100 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2016-02-17 21:43:02 +0100 |
commit | 8d4345c5107f523bdfe0caff9ae407a36712ebf9 (patch) | |
tree | 48b3968495beeabd4670769f79fbc9dca8835ad5 /net-p2p | |
parent | net-p2p/syncthing: add init script, man, logrotate (diff) | |
download | gentoo-8d4345c5107f523bdfe0caff9ae407a36712ebf9.tar.gz gentoo-8d4345c5107f523bdfe0caff9ae407a36712ebf9.tar.bz2 gentoo-8d4345c5107f523bdfe0caff9ae407a36712ebf9.zip |
net-p2p/syncthing: disable tests again in 0.12.19, fix hasn't landed yet
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/syncthing/syncthing-0.12.19.ebuild | 10 |
1 files 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} |