~ruther/guix-local

df5653adcbd1f9799f810f46d514b2ca4112af97 — Ahmad Draidi 2 years ago 63b96da
gnu: leptonica: Fix random test failures.

Fixes <https://issues.guix.gnu.org/65441>.

Running tests in parallel (e.g. "make check -j16") causes random test
failures. Same behavior observed on Debian.

* gnu/packages/image.scm (leptonica)[arguments]: Disable parallel tests.

Change-Id: I629c6c8be626a704be046dc79ea4480896cd11cc
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/image.scm
M gnu/packages/image.scm => gnu/packages/image.scm +3 -0
@@ 780,6 780,9 @@ collection of tools for doing simple manipulations of TIFF images.")
           zlib))
    (arguments
     (list
      ;; Parallel tests cause some tests to fail randomly.
      ;; Same thing observed on Debian.
      #:parallel-tests? #f
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'patch-reg-wrapper