guix-commits
[Top][All Lists]
Advanced

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

06/06: publish: Always build a new derivation for the "/log/NAME" test.


From: Ludovic Courtès
Subject: 06/06: publish: Always build a new derivation for the "/log/NAME" test.
Date: Thu, 22 Mar 2018 07:55:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 04d2a16c4ffd2f3ddfbaf3848093424228e7d918
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 22 12:54:31 2018 +0100

    publish: Always build a new derivation for the "/log/NAME" test.
    
    Fixes <https://bugs.gnu.org/30868>.
    Reported by Martin Castillo <address@hidden>.
    
    * tests/publish.scm ("/log/NAME"): Use #$(random-text) in the builder.
---
 tests/publish.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/publish.scm b/tests/publish.scm
index a4a52a4..1ed8308 100644
--- a/tests/publish.scm
+++ b/tests/publish.scm
@@ -464,7 +464,7 @@ FileSize: ~a~%"
                                      (lambda (port)
                                        (display "Hello, build log!"
                                                 (current-error-port))
-                                       (display "" port)))))))
+                                       (display #$(random-text) port)))))))
     (build-derivations %store (list drv))
     (let* ((response (http-get
                       (publish-uri (string-append "/log/"



reply via email to

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