[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
- branch master updated (67ba981 -> d774c7b), guix-commits, 2020/07/01
- 02/08: channels: Make channel introductions public., guix-commits, 2020/07/01
- 03/08: channels: Remove 'signature' from <channel-introduction>., guix-commits, 2020/07/01
- 08/08: channels: Dependencies listed in '.guix-channel' can have an introduction., guix-commits, 2020/07/01
- 01/08: channels: Add 'openpgp-fingerprint->bytevector'., guix-commits, 2020/07/01
- 05/08: guix describe: Display channel introductions and add 'channels-sans-intro'., guix-commits, 2020/07/01
- 06/08: services: provenance: Save channel introductions., guix-commits, 2020/07/01
- 04/08: channels: Save and interpret 'introduction' field in provenance data., guix-commits, 2020/07/01
- 07/08: channels: Properly diagnose test failure.,
guix-commits <=