mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
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:
parent
89ede3953b
commit
25aba1683a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user