runtests: don't start servers if -l is given

This commit is contained in:
Dan Fandrich 2023-03-23 13:30:32 -07:00
parent 44ec1986da
commit 1ae94c0930

View File

@ -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);
} }