guix/gnu/installer
Mathieu Othacehe f73ed55791
installer: utils: Dump command output to syslog when testing.
When debugging the installation tests, it can be very handy to be able to read
"run-command" output, for instance when executing "guix system init".

Introduce a new "invoke-with-log" procedure that is able to log a command
standard and error outputs to the syslog. Use it, only when running the
installation tests, to dump "run-command" output.

* gnu/installer/utils.scm (open-pipe-with-stderr, invoke-with-log): New
procedures,
(invoke-log-port): new variable,
(run-command): move to the end of the file and use invoke-with-log when
running the installation tests.
2020-06-09 10:32:19 +02:00
..
aux-files
newt installer: Include empty variant in keyboard layout selection. 2020-04-09 03:45:22 +00:00
connman.scm installer: connman: Fix Wifi connection. 2020-04-19 11:46:21 +02:00
final.scm installer: final: Add some extra logging. 2020-06-05 09:04:23 +02:00
hostname.scm
keymap.scm installer: Allow Alt+Shift toggle from non-Latin keyboard layouts. 2020-04-09 02:42:54 +00:00
locale.scm
newt.scm installer: Turn help menu into parameters menu. 2020-04-08 10:24:02 +02:00
parted.scm installer: Log important bits to syslog. 2020-02-22 00:45:42 +01:00
proxy.scm installer: Add proxy support. 2020-04-08 10:24:02 +02:00
record.scm installer: Allow Alt+Shift toggle from non-Latin keyboard layouts. 2020-04-09 02:42:54 +00:00
services.scm
steps.scm installer: Implement a dialog on /var/guix/installer-socket. 2020-03-05 23:40:22 +01:00
tests.scm installer: tests: Don't install to a CD/DVD. 2020-04-10 16:02:52 +02:00
timezone.scm
user.scm
utils.scm installer: utils: Dump command output to syslog when testing. 2020-06-09 10:32:19 +02:00