guix-devel
[Top][All Lists]
Advanced

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

[PATCH 2/2] gnu: password-store: Don't run tests in parallel


From: Christopher Baines
Subject: [PATCH 2/2] gnu: password-store: Don't run tests in parallel
Date: Sat, 10 Dec 2016 09:55:37 +0000

* gnu/packages/password-utils.scm (password-store): Don't run tests in
  parallel, as it causes them to hang and the build to timeout.
---
 gnu/packages/password-utils.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index bdb3acf..98669a6 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -291,6 +291,7 @@ any X11 window.")
                (wrap-program (string-append out "/bin/pass")
                  `("PATH" ":" prefix (,(string-join path ":"))))))))
        #:make-flags (list "CC=gcc" (string-append "PREFIX=" %output))
+       #:parallel-tests? #f
        #:test-target "test"))
     (inputs
      `(("getopt" ,util-linux)
-- 
2.10.2




reply via email to

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