guix-commits
[Top][All Lists]
Advanced

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

01/03: offload: Fix error message in 'guix offload test'.


From: Ludovic Courtès
Subject: 01/03: offload: Fix error message in 'guix offload test'.
Date: Fri, 15 Jun 2018 04:05:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 265048cc897af8189c64cdfaa41820490f8fad9e
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 15 09:02:01 2018 +0200

    offload: Fix error message in 'guix offload test'.
    
    Reported by Maxim Cournoyer <address@hidden>
    in <https://bugs.gnu.org/31824>.
    
    * guix/scripts/offload.scm (assert-node-has-guix): Fix typo in failure
    message; add missing argument.
---
 guix/scripts/offload.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/scripts/offload.scm b/guix/scripts/offload.scm
index 664497b..ee5857e 100644
--- a/guix/scripts/offload.scm
+++ b/guix/scripts/offload.scm
@@ -613,8 +613,8 @@ If TIMEOUT is #f, simply evaluate EXP..."
          (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



reply via email to

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