gnu: spice: Run tests sequentially.
* gnu/packages/spice.scm (spice)[arguments]: Add #:parallel-tests?.
This commit is contained in:
parent
af50b4abc0
commit
8504d19222
|
@ -211,6 +211,10 @@ which allows users to view a desktop computing environment.")
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
'("--enable-lz4"
|
'("--enable-lz4"
|
||||||
"--enable-automated-tests")
|
"--enable-automated-tests")
|
||||||
|
|
||||||
|
;; Several tests appear to be opening the same sockets concurrently.
|
||||||
|
#:parallel-tests? #f
|
||||||
|
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before 'check 'use-empty-ssl-cert-file
|
(add-before 'check 'use-empty-ssl-cert-file
|
||||||
(lambda _ (setenv "SSL_CERT_FILE" "/dev/null") #t)))))
|
(lambda _ (setenv "SSL_CERT_FILE" "/dev/null") #t)))))
|
||||||
|
|
Loading…
Reference in New Issue