From 04d2a16c4ffd2f3ddfbaf3848093424228e7d918 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 22 Mar 2018 12:54:31 +0100 Subject: publish: Always build a new derivation for the "/log/NAME" test. Fixes . Reported by Martin Castillo . * tests/publish.scm ("/log/NAME"): Use #$(random-text) in the builder. --- tests/publish.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/publish.scm') diff --git a/tests/publish.scm b/tests/publish.scm index a4a52a4efe..1ed8308076 100644 --- a/tests/publish.scm +++ b/tests/publish.scm @@ -464,7 +464,7 @@ (define %gzip-magic-bytes (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/" -- cgit v1.2.3