]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix server shutdown in bin/tests/system/run.sh
authorMichał Kępień <michal@isc.org>
Tue, 5 May 2020 11:49:43 +0000 (13:49 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 5 May 2020 11:49:43 +0000 (13:49 +0200)
commit2b037713bd6c97c979c2e32118f7eeabf26794ff
tree9d87f3014c6ad437c9889d23f62db5dbba0aa5f5
parentaaf37b0a2ea8bcd4775efae412f70ae0c8bec3d4
Fix server shutdown in bin/tests/system/run.sh

a4f0281962c8d8f80f6efc04cad550146eec8463 is a flawed backport of
cf5105939c1c1802e69cc63a39e9d71b6e5f67e1 - it retained the original
invocation of bin/tests/system/stop.pl in bin/tests/system/run.sh.  This
results in the former script being called twice for each system test,
which does not cause problems on Unix systems, but triggers false
positives about named instances dying prematurely on Windows.  Fix by
removing the offending invocation of bin/tests/system/stop.pl from
bin/tests/system/run.sh.
bin/tests/system/run.sh