From: Dan Fandrich Date: Sat, 8 Apr 2023 19:11:26 +0000 (-0700) Subject: runtests: also show DISABLED tests with -l X-Git-Tag: curl-8_1_0~180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25aba1683ae4492ff0cc3bd717c7689155dcc07e;p=thirdparty%2Fcurl.git runtests: also show DISABLED tests with -l Other reasons for skipping tests are ignored for -l, so being explicitly disabled should be too. --- 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