runtests: tightened servers package exports

The defaults are intended for runtests.pl, whereas runner.pm needs to
explicitly specify them.
This commit is contained in:
Dan Fandrich 2023-04-21 14:07:06 -07:00
parent 8da49c9e38
commit 640f4c2267
3 changed files with 29 additions and 9 deletions

View file

@ -49,7 +49,12 @@ BEGIN {
}
use globalconfig;
use servers;
use servers qw(
initserverconfig
protoport
serverfortest
stopservers
);
use runner qw(
readtestkeywords
singletest_preprocess