mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Zheng Junjie
parent
31e2d4f87e
commit
747aa1b264
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user