I accidentally sent this to guix-patches instead of 46216@debbugs.gnu.org. -------- Forwarded Message -------- From: Maxime Devos Reply-To: 46216@debbugs.gnu.org To: guix-patches@gnu.org Subject: Re: [PATCH] Remove duplication in tests/publish.scm Date: Sun, 31 Jan 2021 23:01:48 +0100 This is the third patch in the series. Description from patch: This way, there's no risk of accidentally reusing a port number used by another test. This changes the workings of the "/*.narinfo for a compressed file" test a little, by not reusing the port from the test "/*.narinfo with compression". * tests/publish.scm (*latest-port*, call-with-guix-publish, with-guix-publish): automatically assign port numbers, and change tests to use the new calling rules.