mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: spice: Run tests sequentially.
* gnu/packages/spice.scm (spice)[arguments]: Add #:parallel-tests?.
This commit is contained in:
parent
af50b4abc0
commit
8504d19222
1 changed files with 4 additions and 0 deletions
|
@ -211,6 +211,10 @@ (define-public spice
|
|||
`(#: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)))))
|
||||
|
|
Loading…
Reference in a new issue