runtests: create runner functions for clearlocks and stopservers

runtests.pl now uses runner for all server actions beyond the initial
variable configuration.

Ref: #10818
This commit is contained in:
Dan Fandrich 2023-04-21 15:00:00 -07:00
parent 640f4c2267
commit b88ea272c1
3 changed files with 24 additions and 6 deletions

View file

@ -54,9 +54,7 @@ BEGIN {
# functions
qw(
clearlocks
initserverconfig
stopservers
)
);
@ -64,8 +62,10 @@ BEGIN {
# functions
qw(
checkcmd
clearlocks
serverfortest
stopserver
stopservers
subvariables
),