gnu: mtd-utils: Disable parallel tests.
This is a followup to 7a409a217c
.
* gnu/packages/linux.scm (mtd-utils)[arguments]: Add #:parallel-tests?.
This commit is contained in:
parent
7d0ebc467f
commit
ab59155c5a
@ -6748,7 +6748,9 @@ exceeded.")
|
||||
(list #:configure-flags
|
||||
(if (%current-target-system) ; When cross-compiling.
|
||||
#~(list)
|
||||
#~(list "--enable-unit-tests"))))
|
||||
#~(list "--enable-unit-tests"))
|
||||
|
||||
#:parallel-tests? #f)) ;tests may fail when running in parallel
|
||||
(native-inputs
|
||||
(list cmocka pkg-config))
|
||||
(inputs
|
||||
|
Loading…
Reference in New Issue
Block a user