mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
tests: Run without the Linux kernel “quiet” argument.
* gnu/tests.scm (%simple-os)[kernel-arguments]: New field. Change-Id: I206597074ce5f4a719bd8cd98e9429c00e18b5a3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2016-2020, 2022-2023 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2016-2020, 2022-2024 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
@@ -243,6 +243,7 @@ the system under test."
|
||||
(mount-point "/")
|
||||
(type "ext4"))
|
||||
%base-file-systems))
|
||||
(kernel-arguments (delete "quiet" %default-kernel-arguments))
|
||||
(firmware '())
|
||||
|
||||
(users (cons (user-account
|
||||
|
||||
Reference in New Issue
Block a user