From: Dan Fandrich Date: Thu, 23 Mar 2023 20:30:32 +0000 (-0700) Subject: runtests: don't start servers if -l is given X-Git-Tag: curl-8_1_0~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ae94c09300c827b1ee14ef1051e81738dadd2cf;p=thirdparty%2Fcurl.git runtests: don't start servers if -l is given --- diff --git a/tests/runtests.pl b/tests/runtests.pl index ac086c05f2..024206e1bc 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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); }