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.
This commit is contained in:
parent
c1cd155aa8
commit
04d2a16c4f
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue