tests: Do not fetch and print the random seed from the top level.
authorLudovic Courtès <ludo@gnu.org>
Tue, 20 Oct 2020 13:57:35 +0000 (15:57 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 20 Oct 2020 14:30:16 +0000 (16:30 +0200)
commitccf3dcba3dbddd4fd8daf0b5641ba997de12647a
tree417f1a9fb2428fa83fd28cf70bff9b8f6633c7b6
parentf59ec1de9494a3c6c571d573b450d87b8044d4bf
tests: Do not fetch and print the random seed from the top level.

* guix/tests.scm (%seed): Turn into a memoizing procedure.
(random-text, random-bytevector): Adjust accordingly.
guix/tests.scm