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) {
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