1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Forwarded: https://issues.guix.gnu.org/77132 https://codeberg.org/shepherd/shepherd/issues/20 https://codeberg.org/shepherd/shepherd/issues/19
From: Simon Josefsson <simon@josefsson.org>
Date: Sun, 06 Jul 2025 19:39:27 +0200
Subject: [PATCH] disable tests
diff --git a/Makefile.am b/Makefile.am
index 46c626b..bd94b04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -294,11 +294,9 @@ TESTS = \
tests/systemd.sh \
tests/signals.sh \
tests/system-star.sh \
- tests/close-on-exec.sh \
tests/daemonize.sh \
tests/eval-load.sh \
tests/power-off.sh \
- tests/syslog-slow-output.sh \
tests/terminate-before-running.sh \
tests/unload.sh \
tests/service.scm \
@@ -307,7 +305,6 @@ TESTS = \
tests/services/timer.sh \
tests/services/timer-at.sh \
tests/services/timer-events.scm \
- tests/services/log-rotation.sh \
tests/services/log-rotation-internal.scm \
tests/services/system-log.sh \
tests/services/system-log-internal.scm \
|