[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77288] [PATCH v3 5/8] tests: guix-daemon: Send system log output to
From: |
Ludovic Courtès |
Subject: |
[bug#77288] [PATCH v3 5/8] tests: guix-daemon: Send system log output to /dev/console. |
Date: |
Fri, 18 Apr 2025 21:46:50 +0200 |
* gnu/tests/base.scm (%daemon-os): New variable.
(%test-guix-daemon): Use it.
Change-Id: Iea31808cc59e94971ea4cbc12d565c94348bf7a4
---
gnu/tests/base.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index a7f8a5bf7c..0f7fb543a7 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -994,6 +994,10 @@ (define %test-activation
;;; Build daemon.
;;;
+(define %daemon-os
+ (operating-system-with-console-syslog
+ (simple-operating-system)))
+
(define (manifest-entry-without-grafts entry)
"Return ENTRY with grafts disabled on its contents."
(manifest-entry
@@ -1168,7 +1172,7 @@ (define %test-guix-daemon
(let ((os (marionette-operating-system
(operating-system
(inherit (operating-system-with-gc-roots
- %simple-os
+ %daemon-os
(list (profile
(name "hello-build-dependencies")
(content %hello-dependencies-manifest)))))
--
2.49.0
- [bug#77288] [PATCH v3 3/8] syscalls: Add ‘unshare’., (continued)
[bug#77288] [PATCH v3 1/8] self: Install systemd ‘.service’ files., Ludovic Courtès, 2025/04/18
[bug#77288] [PATCH v3 8/8] DRAFT news: Add entry about unprivileged guix-daemon on Guix System., Ludovic Courtès, 2025/04/18
[bug#77288] [PATCH v3 4/8] services: account: Create /var/guix/profiles/per-user/$USER., Ludovic Courtès, 2025/04/18
[bug#77288] [PATCH v3 5/8] tests: guix-daemon: Send system log output to /dev/console.,
Ludovic Courtès <=
[bug#77288] [PATCH v3 7/8] services: guix: Allow ‘guix-daemon’ to run without root privileges., Ludovic Courtès, 2025/04/18
bug#77288: [PATCH v3 0/8] Rootless guix-daemon on Guix System, Ludovic Courtès, 2025/04/20