]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use the same port selection method on all systems
authorMichał Kępień <michal@isc.org>
Thu, 8 Apr 2021 09:12:37 +0000 (11:12 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 8 Apr 2021 09:12:37 +0000 (11:12 +0200)
commitc3718b926b67bb033f7cc0fdbf99f74a58242f89
treea860657de7079e8add9fb3a84f9854e28824dfd9
parent31e5ca4bd9f50b9e0ad5a88685225afacb073a8a
Use the same port selection method on all systems

When system tests are run on Windows, they are assigned port ranges that
are 100 ports wide and start from port number 5000.  This is a different
port assignment method than the one used on Unix systems.  Drop the "-p"
command line option from bin/tests/system/run.sh invocations used for
starting system tests on Windows to unify the port assignment method
used across all operating systems.
bin/tests/system/parallel.sh