GNU bug report logs - #76809
[PATCH Cuirass 0/3] Agit workflow support

Previous Next

Package: guix-patches;

Reported by: Romain GARBAGE <romain.garbage <at> inria.fr>

Date: Fri, 7 Mar 2025 11:00:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Romain GARBAGE <romain.garbage <at> inria.fr>
To: 76809 <at> debbugs.gnu.org
Cc: ludovic.courtes <at> inria.fr, Romain GARBAGE <romain.garbage <at> inria.fr>
Subject: [bug#76809] [PATCH Cuirass 1/3] tests: common: Improve specifications=?.
Date: Fri,  7 Mar 2025 12:00:23 +0100
* tests/common.scm (specifications=?): Add check for channel commit.
---
 tests/common.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/common.scm b/tests/common.scm
index 479fef3..4974812 100644
--- a/tests/common.scm
+++ b/tests/common.scm
@@ -149,5 +149,9 @@ Return the socket on success and #f on failure."
                     (specification-channels spec1))
                (map channel-branch
                     (specification-channels spec2)))
+       (equal? (map channel-commit
+                    (specification-channels spec1))
+               (map channel-commit
+                    (specification-channels spec2)))
        (equal? (specification-properties spec1)
                (specification-properties spec2))))

base-commit: 520b2fdbd96e953fc2d4b56e78e52a81fc11e2b7
-- 
2.48.1





This bug report was last modified 106 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.