guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 02/02: tests: Skip ‘tests/daemonize.sh’ on Guile 2.2.* as wel


From: Ludovic Courtès
Subject: [shepherd] 02/02: tests: Skip ‘tests/daemonize.sh’ on Guile 2.2.* as well.
Date: Sat, 30 Dec 2023 05:31:20 -0500 (EST)

civodul pushed a commit to branch main
in repository shepherd.

commit 07006e41740061305fb774442ea2a6aae13f6bc6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Dec 30 11:24:29 2023 +0100

    tests: Skip ‘tests/daemonize.sh’ on Guile 2.2.* as well.
    
    * tests/daemonize.sh: Add 2.* pattern.
---
 tests/daemonize.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/daemonize.sh b/tests/daemonize.sh
index cc033fa..af00a0c 100644
--- a/tests/daemonize.sh
+++ b/tests/daemonize.sh
@@ -23,7 +23,7 @@ case "$(guile -c '(display 
(version))'):${SHEPHERD_DISABLE_SIGNALFD:-0}:$(uname)
     *:0:Linux)
        # Assuming 'signalfd' support: all is good.
        ;;
-    3.0.[0-9]:*)
+    3.0.[0-9]:* | 2.*)
        echo "This test is known to fail with Guile <= 3.0.9 \
 and without 'signalfd' support." >&2
        echo "See <https://issues.guix.gnu.org/68087>." >&2



reply via email to

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