mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01: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:
parent
431ab10344
commit
20a74ce28d
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ (define %simple-os
|
|||
(mount-point "/")
|
||||
(type "ext4"))
|
||||
%base-file-systems))
|
||||
(kernel-arguments (delete "quiet" %default-kernel-arguments))
|
||||
(firmware '())
|
||||
|
||||
(users (cons (user-account
|
||||
|
|
Loading…
Reference in a new issue