From 25aba1683ae4492ff0cc3bd717c7689155dcc07e Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 8 Apr 2023 12:11:26 -0700 Subject: [PATCH] runtests: also show DISABLED tests with -l Other reasons for skipping tests are ignored for -l, so being explicitly disabled should be too. --- tests/runtests.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 8f926fa215..84eef3cb0e 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -6005,10 +6005,10 @@ init_serverpidfile_hash(); if(!$listonly) { unlink($memdump); # remove this if there was one left checksystemfeatures(); -} -# globally disabled tests -disabledtests("$TESTDIR/DISABLED"); + # globally disabled tests + disabledtests("$TESTDIR/DISABLED"); +} ####################################################################### # Fetch all disabled tests, if there are any