guix-commits
[Top][All Lists]
Advanced

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

07/08: channels: Properly diagnose test failure.


From: guix-commits
Subject: 07/08: channels: Properly diagnose test failure.
Date: Wed, 1 Jul 2020 17:48:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 884df776408caa137456e91ba0f5fd71524cf6c3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jul 1 23:15:36 2020 +0200

    channels: Properly diagnose test failure.
    
    This fixes a style issue similar to that of
    a18d02def9862dfb9b7a5e3d5aa3b541b066d198.
    
    * tests/channels.scm ("authenticate-channel, .guix-authorizations"):
    Change to 'test-equal' so that test failures are properly diagnosed.
---
 tests/channels.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/channels.scm b/tests/channels.scm
index 591b7b9..7e593b8 100644
--- a/tests/channels.scm
+++ b/tests/channels.scm
@@ -468,7 +468,8 @@
             'failed))))))
 
 (unless (gpg+git-available?) (test-skip 1))
-(test-assert "authenticate-channel, .guix-authorizations"
+(test-equal "authenticate-channel, .guix-authorizations"
+  #t
   (with-fresh-gnupg-setup (list %ed25519-public-key-file
                                 %ed25519-secret-key-file
                                 %ed25519bis-public-key-file



reply via email to

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