mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lcov: disable parallel tests
`make check` is not reliable for lcov when run in parallel (e.g. `make -j 24 check`). Disable parallelism for the test suite. * gnu/packages/code (lcov): Set #:parallel-tests? #f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: Ibb3618c4786dfbb50b90e725297947458115347c
This commit is contained in:
parent
31e2d4f87e
commit
747aa1b264
1 changed files with 3 additions and 0 deletions
|
@ -556,6 +556,9 @@ expressions, and its ability to generate emacs-style TAGS files.")
|
|||
'(#:test-target "test"
|
||||
#:make-flags (list (string-append "PREFIX="
|
||||
(assoc-ref %outputs "out")))
|
||||
;; This test suite has race conditions in its scripts which make it
|
||||
;; unreliable when run in parallel.
|
||||
#:parallel-tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-references-to-commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue