mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 15:25:54 +02:00
tests: Avoid TCP port collision between lint.scm and guix-daemon.sh.
This could lead to random deadlocks in one of these two tests when running "make check -j5". * tests/guix-daemon.sh (tcp_socket): Change port to 9998 to avoid collision with tests/lint.scm.
This commit is contained in:
@@ -196,7 +196,7 @@ done
|
||||
|
||||
# Make sure garbage collection from a TCP connection does not work.
|
||||
|
||||
tcp_socket="127.0.0.1:9999"
|
||||
tcp_socket="127.0.0.1:9998"
|
||||
guix-daemon --listen="$tcp_socket" &
|
||||
daemon_pid=$!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user