guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] gnu: telepathy-logger: Disable parallel tests.


From: Leo Famulari
Subject: [PATCH 1/1] gnu: telepathy-logger: Disable parallel tests.
Date: Tue, 23 Feb 2016 03:44:50 -0500

* gnu/packages/freedesktop.scm (telepathy-logger)[arguments]: Disable parallel
tests.
---
 gnu/packages/freedesktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index e23cc97..bff709c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -547,7 +547,8 @@ modems and setup connections with them.")
                 "1bjx85k7jyfi5pvl765fzc7q2iz9va51anrc2djv7caksqsdbjlg"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:phases
+     '(#:parallel-tests? #f
+       #:phases
        (modify-phases %standard-phases
          (add-before 'check 'pre-check
           (lambda _
-- 
2.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]