mirror of
https://github.com/curl/curl.git
synced 2025-09-15 16:42:41 +03:00
runtests: don't start servers if -l is given
This commit is contained in:
parent
44ec1986da
commit
1ae94c0930
|
@ -3903,7 +3903,7 @@ sub singletest_startservers {
|
|||
# timestamp required servers verification start
|
||||
$timesrvrini{$testnum} = Time::HiRes::time();
|
||||
|
||||
if (!$why) {
|
||||
if (!$why && !$listonly) {
|
||||
$why = serverfortest($testnum);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user