guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#36555] [PATCH v4 3/3] tests: Add reconfigure system test.


From: Jakob L. Kreuze
Subject: [bug#36555] [PATCH v4 3/3] tests: Add reconfigure system test.
Date: Mon, 22 Jul 2019 14:23:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

address@hidden (Jakob L. Kreuze) writes:

>> What happens when ‘install-bootloader’ fails though? We should make
>> sure that the error is diagnosed, and that the output of
>> ‘grub-install’ or similar is shown when that happens.

Apologies, forgot to respond to this point. This is handled in
'local-eval'.

(guard (c ((message-condition? c)
           (leave (G_ "failed to install bootloader:~%~a~%")
                  (condition-message c))))
  ...

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]