guix-commits
[Top][All Lists]
Advanced

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

06/08: tests: Don't dump the list of dead items in the test log.


From: Ludovic Courtès
Subject: 06/08: tests: Don't dump the list of dead items in the test log.
Date: Mon, 02 Feb 2015 11:46:56 +0000

civodul pushed a commit to branch master
in repository guix.

commit 5f1f10c59d2b1bdc02f83abe9610d5ee77a83be2
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 2 12:29:12 2015 +0100

    tests: Don't dump the list of dead items in the test log.
    
    * tests/store.scm ("dead-paths"): Wrap result in '->bool'.
---
 tests/store.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/store.scm b/tests/store.scm
index db7299f..ee783be 100644
--- a/tests/store.scm
+++ b/tests/store.scm
@@ -119,7 +119,7 @@
 
 (test-assert "dead-paths"
   (let ((p (add-text-to-store %store "random-text" (random-text))))
-    (member p (dead-paths %store))))
+    (->bool (member p (dead-paths %store)))))
 
 ;; FIXME: Find a test for `live-paths'.
 ;;



reply via email to

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