From 3ed37c7e56fe6f0d9925c8c5e2989426cfdd7b8c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 28 Nov 2017 05:11:15 -0200 Subject: [PATCH] pithos: remove superfluous do_check. Closes #9594. Signed-off-by: Enno Boland --- srcpkgs/pithos/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/pithos/template b/srcpkgs/pithos/template index d97205a3b96..6be69afe50b 100644 --- a/srcpkgs/pithos/template +++ b/srcpkgs/pithos/template @@ -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 -}