From 1ae94c09300c827b1ee14ef1051e81738dadd2cf Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 23 Mar 2023 13:30:32 -0700 Subject: [PATCH] runtests: don't start servers if -l is given --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.3