mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
offload: Fix error message in 'guix offload test'.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com> in <https://bugs.gnu.org/31824>. * guix/scripts/offload.scm (assert-node-has-guix): Fix typo in failure message; add missing argument.
This commit is contained in:
parent
ad21323c96
commit
265048cc89
1 changed files with 2 additions and 2 deletions
|
@ -613,8 +613,8 @@ (define (assert-node-has-guix node name)
|
|||
(leave (G_ "failed to talk to guix-daemon on '~a' (test returned ~s)~%")
|
||||
name x))))
|
||||
(lambda (key . args)
|
||||
(leave (G_ "remove evaluation on '~a' failed:~{ ~s~}~%")
|
||||
args))))
|
||||
(leave (G_ "remote evaluation on '~a' failed:~{ ~s~}~%")
|
||||
name args))))
|
||||
|
||||
(define %random-state
|
||||
(delay
|
||||
|
|
Loading…
Reference in a new issue