Skip to content
Snippets Groups Projects
Unverified Commit 04d2a16c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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

Fixes <https://bugs.gnu.org/30868>.
Reported by Martin Castillo <castilma@uni-bremen.de>.

* tests/publish.scm ("/log/NAME"): Use #$(random-text) in the builder.
parent c1cd155a
No related branches found
No related tags found
No related merge requests found
......@@ -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/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment