From 707d4d47261b65903d7bbd9d22aa484f5730b209 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Thu, 6 May 2021 22:20:05 +0200 Subject: [PATCH] suppress tests ?? --- gnu/packages/glicid.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index 54053b9..aafaaca 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -727,7 +727,10 @@ in the @code{debug} output), and binutils."))) (string-append front back "\n"))) (substitute* "tools/test/h5diff/testph5diff.sh" (("/bin/sh") (which "sh"))) - #t)))))) + #t))))) + '(#:tests? #f)) + +) (synopsis "Management suite for data with parallel IO support")))