guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: dejagnu: Avoid non-deterministic test


From: guix-commits
Subject: branch core-updates updated: gnu: dejagnu: Avoid non-deterministic test failure.
Date: Tue, 06 Sep 2022 17:07:49 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 0e30579845 gnu: dejagnu: Avoid non-deterministic test failure.
0e30579845 is described below

commit 0e305798454c558ab6e722cf66ba351c326a1a8d
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Mon Aug 22 11:37:38 2022 +0200

    gnu: dejagnu: Avoid non-deterministic test failure.
    
    I cannot reproduce the test failure locally myself.
    
    * gnu/packages/dejagnu.scm (dejagnu)[arguments]: Add #:out-of-source?.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 <efraim@flasher.co.il>
 ;;; Copyright © 2018 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
+;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
 ;;;
 ;;; 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:
+      ;; 
<https://lists.gnu.org/archive/html/bug-dejagnu/2021-06/msg00013.html>.
+      #:out-of-source? #true
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'patch-/bin/sh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]