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 30 31 32 33 34 35 36 37
|
Forwarded: https://issues.guix.gnu.org/77132 https://codeberg.org/shepherd/shepherd/issues/20 https://codeberg.org/shepherd/shepherd/issues/19 https://codeberg.org/shepherd/shepherd/issues/84
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..e7a903a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -275,7 +275,6 @@ TESTS = \
tests/startup-failure.sh \
tests/socket-deletion.sh \
tests/replacement.sh \
- tests/respawn.sh \
tests/respawn-inhibition.sh \
tests/respawn-throttling.sh \
tests/restart.sh \
@@ -294,11 +293,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 +304,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 \
|