bug-guix
[Top][All Lists]
Advanced

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

bug#29363: Single test failure building Guix


From: Rutger Helling
Subject: bug#29363: Single test failure building Guix
Date: Tue, 21 Nov 2017 15:50:24 +0100

I think commenting out (> freed 0) does work after all. When I ran 'guix environment --pure guix' and 'make check TESTS=tests/store.scm' against my git checkout the test passed.

On 2017-11-21 13:53, address@hidden wrote:

Rutger Helling <address@hidden> skribis:

Commenting out that line still made the test fail for me.

Could you figure out which of the conditions in the 'and' is failing?

+       (and (equal? paths (list p))
+            (> freed 0)
+            (not (file-exists? p))))))

TIA,
Ludo'.

reply via email to

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