tests: avoid ephemeral port range
On our MacOS X CI job, provjobd2 sometimes held local TCP port 49195, colliding with check-iprop. And so we move all listening ports in the test setup out of the ephemeral port ranges on Linux and Mac.
This commit is contained in:
committed by
Nico Williams
parent
9cf1b20313
commit
d67a2c36c4
@@ -10,7 +10,7 @@ SCRIPT_TESTS = check-kinit
|
||||
|
||||
TESTS = $(SCRIPT_TESTS)
|
||||
|
||||
port = 49188
|
||||
port = 11088
|
||||
|
||||
do_subst = sed -e 's,[@]srcdir[@],$(abs_srcdir),g' \
|
||||
-e 's,[@]env_setup[@],$(abs_top_builddir)/tests/bin/setup-env,g' \
|
||||
|
||||
Reference in New Issue
Block a user