File: disable-tests-log-rotation.patch

package info (click to toggle)
shepherd 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,796 kB
  • sloc: lisp: 8,735; sh: 3,505; makefile: 289; ansic: 50
file content (17 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Forwarded: https://issues.guix.gnu.org/77132
From: Simon Josefsson <simon@josefsson.org>
Date: Sun, 06 Jul 2025 19:39:27 +0200
Subject: [PATCH] disable log-rotation test

diff --git a/Makefile.am b/Makefile.am
index bdb1909..152f1c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -305,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	\