guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: telepathy-logger: Disable parallel tests.


From: Leo Famulari
Subject: 01/01: gnu: telepathy-logger: Disable parallel tests.
Date: Tue, 23 Feb 2016 09:20:17 +0000

lfam pushed a commit to branch master
in repository guix.

commit 8758efe0b01a2b3710d81c9270ddea88b1d52e2e
Author: Leo Famulari <address@hidden>
Date:   Tue Feb 23 01:53:47 2016 -0500

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

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 _



reply via email to

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