diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-03-10 00:21:26 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-03-10 00:38:05 +0100 |
| commit | d0510dcd824e1b3fda62a8841e792581d7b8de8d (patch) | |
| tree | 0e486c0b0f7add9ae4dd7e68c16cb347d640a001 /gnu/tests/base.scm | |
| parent | ac2681310878ca841a91020f4211bff4369a8f72 (diff) | |
gnu: Adjust tests for ‘shepherd-system-log-service-type’.
This is a followup to 8492a3c8962664db4bd0e7475f63be0ef59db87a.
* gnu/services/virtualization.scm (%minimal-vm-syslog-config): Remove.
(%system-log-message-destination): New variable.
(%virtual-build-machine-operating-system): Use it, and modify
‘shepherd-system-log-service-type’ instead of ‘syslog-service-type’.
* gnu/tests/base.scm (%avahi-os): Likewise.
* gnu/tests/install.scm (%syslog-conf): Remove.
(operating-system-with-console-syslog): Modify
‘shepherd-system-log-service-type’ instead of ‘syslog-service-type’.
* gnu/tests/nfs.scm (%nfs-os, run-nfs-full-test): Likewise.
* gnu/tests/reconfigure.scm (run-kexec-test): Likewise.
Change-Id: I142d34ad27594a538f5b75daf087e48c690171b8
Diffstat (limited to 'gnu/tests/base.scm')
| -rw-r--r-- | gnu/tests/base.scm | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index d9e30e9b1de..223a27be1fe 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm | |||
| @@ -984,14 +984,12 @@ non-ASCII names from /tmp.") | |||
| 984 | (inherit config) | 984 | (inherit config) |
| 985 | (debug-level 3) | 985 | (debug-level 3) |
| 986 | (log-file "/dev/console"))) | 986 | (log-file "/dev/console"))) |
| 987 | (syslog-service-type config | 987 | (shepherd-system-log-service-type |
| 988 | => | 988 | config |
| 989 | (syslog-configuration | 989 | => |
| 990 | (inherit config) | 990 | (system-log-configuration |
| 991 | (config-file | 991 | (inherit config) |
| 992 | (plain-file | 992 | (message-destination #~(const '("/dev/console")))))))))) |
| 993 | "syslog.conf" | ||
| 994 | "*.* /dev/console\n"))))))))) | ||
| 995 | 993 | ||
| 996 | (define (run-nss-mdns-test) | 994 | (define (run-nss-mdns-test) |
| 997 | ;; Test resolution of '.local' names via libc. Start the marionette service | 995 | ;; Test resolution of '.local' names via libc. Start the marionette service |
