mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
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:
parent
8da49c9e38
commit
640f4c2267
3 changed files with 29 additions and 9 deletions
|
|
@ -49,7 +49,12 @@ BEGIN {
|
|||
}
|
||||
|
||||
use globalconfig;
|
||||
use servers;
|
||||
use servers qw(
|
||||
initserverconfig
|
||||
protoport
|
||||
serverfortest
|
||||
stopservers
|
||||
);
|
||||
use runner qw(
|
||||
readtestkeywords
|
||||
singletest_preprocess
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue