]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not truncate ns2 logs in the "rrsetorder" test
authorMichał Kępień <michal@isc.org>
Tue, 11 Oct 2022 09:54:57 +0000 (11:54 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 11 Oct 2022 09:54:57 +0000 (11:54 +0200)
commit9146b956ae8a77ecf3f34b4d928c98b3b63dcdb2
tree20377cb166348c1fd0313e71cdd4d80a478b48d4
parentd5fa1cb9dc52cec47779f1f824b2b30febcab123
Do not truncate ns2 logs in the "rrsetorder" test

In the "rrsetorder" system test, the ns2 named instance is restarted
without passing the --restart option to bin/tests/system/start.pl.  This
causes the log file for that named instance to be needlessly truncated.
Prevent this from happening by restarting the affected named instance
in the same way as all the other named instances used in system tests.
bin/tests/system/rrsetorder/tests.sh