pithos: remove superfluous do_check.

Closes #9594.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2017-11-28 05:11:15 -02:00 committed by Enno Boland
parent 8da11fc66f
commit 3ed37c7e56

View file

@ -12,7 +12,3 @@ license="GPL-3"
homepage="https://pithos.github.io/"
distfiles="https://github.com/pithos/pithos/releases/download/${version}/pithos-${version}.tar.xz"
checksum=ebc30213ae85716d5a57e30b912f083b2fdb374a793d5adfec00a064fdfc165c
do_check() {
ninja -C build test
}