mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:23:32 +03: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
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue