mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
tests: installer: Display the final configuration file.
Change-Id: Ia5faf696a5244ece955616b4b9a350d057b93696
This commit is contained in:
parent
410731c831
commit
80be6360be
1 changed files with 5 additions and 0 deletions
|
|
@ -220,6 +220,11 @@ or #f. Return #t on success and #f on failure."
|
|||
|
||||
(setenv "PATH" "/run/current-system/profile/bin/")
|
||||
|
||||
(for-each (lambda (line)
|
||||
(installer-log-line "~a" line))
|
||||
(with-input-from-file (%installer-configuration-file)
|
||||
read-lines))
|
||||
|
||||
(set! ret (run-command install-command #:tty? #t)))
|
||||
(lambda ()
|
||||
;; Stop guix-daemon so that it does no keep the MNT namespace
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue