From 0e305798454c558ab6e722cf66ba351c326a1a8d Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Mon, 22 Aug 2022 11:37:38 +0200 Subject: gnu: dejagnu: Avoid non-deterministic test failure. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I cannot reproduce the test failure locally myself. * gnu/packages/dejagnu.scm (dejagnu)[arguments]: Add #:out-of-source?. Signed-off-by: Ludovic Courtès --- gnu/packages/dejagnu.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/dejagnu.scm b/gnu/packages/dejagnu.scm index f3445b3d87..579a1a7a40 100644 --- a/gnu/packages/dejagnu.scm +++ b/gnu/packages/dejagnu.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2016, 2017, 2022 Efraim Flashner ;;; Copyright © 2018 Mark H Weaver ;;; Copyright © 2022 Marius Bakke +;;; Copyright © 2022 Maxime Devos ;;; ;;; This file is part of GNU Guix. ;;; @@ -44,6 +45,9 @@ (inputs (list bash-minimal expect)) (arguments (list + ;; Do an out-of-source build to work-around a non-deterministic bug in Expect: + ;; . + #:out-of-source? #true #:phases #~(modify-phases %standard-phases (add-after 'unpack 'patch-/bin/sh -- cgit v1.2.3