From f9bbd6b4f4fedb08a687651f6962c7ea4605c0f1 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Mon, 6 Sep 2021 21:02:48 +0200 Subject: [PATCH] try without tests --- gnu/packages/glicid.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index 821b1a7..15aacb5 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -1515,10 +1515,10 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.") ; ;; Make build and test output verbose to facilitate investigation upon failure. ; )) -; (arguments -; -; `(#:tests? #f) -; ) + (arguments + + `(#:tests? #f) + )