mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
runtests: don't start servers if -l is given
This commit is contained in:
parent
44ec1986da
commit
1ae94c0930
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue