guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: ell: Disable parallel tests.


From: guix-commits
Subject: 01/05: gnu: ell: Disable parallel tests.
Date: Thu, 10 Feb 2022 17:33:04 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 7c9b811de192facc984a68dd08f3361d380b1a23
Author: Simon South <simon@simonsouth.net>
AuthorDate: Wed Feb 9 09:54:59 2022 -0500

    gnu: ell: Disable parallel tests.
    
    * gnu/packages/linux.scm (ell)[arguments]: Disable parallel tests.
    
    Co-authored-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/linux.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6ba38624a0..bcbaa2166d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8358,6 +8358,10 @@ tools for managing PipeWire.")
                (base32
                 "0lxjizby3zdyhzad5a0gbz4m2pp44jf1j4l1pn18d04rw9mr2gqy"))))
     (build-system gnu-build-system)
+    (arguments
+     ;; Tests launch dbus-daemon instances that all try to bind to
+     ;; "/tmp/ell-test-bus".  Thus, we need to run them sequentially.
+     '(#:parallel-tests? #f))
     (inputs
      (list dbus))
     (native-inputs



reply via email to

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