mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:33:37 +03:00
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:
parent
640f4c2267
commit
b88ea272c1
3 changed files with 24 additions and 6 deletions
|
|
@ -54,9 +54,7 @@ BEGIN {
|
|||
|
||||
# functions
|
||||
qw(
|
||||
clearlocks
|
||||
initserverconfig
|
||||
stopservers
|
||||
)
|
||||
);
|
||||
|
||||
|
|
@ -64,8 +62,10 @@ BEGIN {
|
|||
# functions
|
||||
qw(
|
||||
checkcmd
|
||||
clearlocks
|
||||
serverfortest
|
||||
stopserver
|
||||
stopservers
|
||||
subvariables
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue