diff options
-rw-r--r-- | gnu/tests.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm index 5ff9db82fc..2a9e51511f 100644 --- a/gnu/tests.scm +++ b/gnu/tests.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2016-2020, 2022-2023 Ludovic Courtès <[email protected]> +;;; Copyright © 2016-2020, 2022-2024 Ludovic Courtès <[email protected]> ;;; Copyright © 2017 Mathieu Othacehe <[email protected]> ;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2021 Maxime Devos <[email protected]> @@ -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 |