mirror of
https://github.com/curl/curl.git
synced 2026-05-13 20:56:19 +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) {
|
||||
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…
Add table
Add a link
Reference in a new issue