guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: spice: Run tests sequentially.


From: Ludovic Courtès
Subject: 02/02: gnu: spice: Run tests sequentially.
Date: Sun, 18 Nov 2018 06:28:41 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit 8504d1922240b29815fd3e1e231e27da391338cd
Author: Ludovic Courtès <address@hidden>
Date:   Sun Nov 18 11:16:22 2018 +0100

    gnu: spice: Run tests sequentially.
    
    * gnu/packages/spice.scm (spice)[arguments]: Add #:parallel-tests?.
---
 gnu/packages/spice.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index fb121a0..94e6aa8 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -211,6 +211,10 @@ which allows users to view a desktop computing 
environment.")
       `(#:configure-flags
         '("--enable-lz4"
           "--enable-automated-tests")
+
+        ;; Several tests appear to be opening the same sockets concurrently.
+        #:parallel-tests? #f
+
         #:phases (modify-phases %standard-phases
                    (add-before 'check 'use-empty-ssl-cert-file
                      (lambda _ (setenv "SSL_CERT_FILE" "/dev/null") #t)))))



reply via email to

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