mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue