runtests: also show DISABLED tests with -l

Other reasons for skipping tests are ignored for -l, so being explicitly
disabled should be too.
This commit is contained in:
Dan Fandrich 2023-04-08 12:11:26 -07:00
parent 89ede3953b
commit 25aba1683a

View file

@ -6005,10 +6005,10 @@ init_serverpidfile_hash();
if(!$listonly) { if(!$listonly) {
unlink($memdump); # remove this if there was one left unlink($memdump); # remove this if there was one left
checksystemfeatures(); checksystemfeatures();
}
# globally disabled tests # globally disabled tests
disabledtests("$TESTDIR/DISABLED"); disabledtests("$TESTDIR/DISABLED");
}
####################################################################### #######################################################################
# Fetch all disabled tests, if there are any # Fetch all disabled tests, if there are any