mirror of
https://github.com/curl/curl.git
synced 2025-09-16 00:52:42 +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
|
# timestamp required servers verification start
|
||||||
$timesrvrini{$testnum} = Time::HiRes::time();
|
$timesrvrini{$testnum} = Time::HiRes::time();
|
||||||
|
|
||||||
if (!$why) {
|
if (!$why && !$listonly) {
|
||||||
$why = serverfortest($testnum);
|
$why = serverfortest($testnum);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user