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.
This commit is contained in:
Michał Kępień
2022-10-11 11:54:57 +02:00
parent d5fa1cb9dc
commit 9146b956ae

View File

@@ -286,7 +286,7 @@ fi
echo_i "Re-starting secondary"
start_server --noclean --port ${PORT} rrsetorder ns2
start_server --noclean --restart --port ${PORT} rrsetorder ns2
#
#