Skip to content

Commit

Permalink
tests: have runtests figure out disabled features
Browse files Browse the repository at this point in the history
... so that runtests can skip individual test cases that test features
that are explicitly disabled in this build. This new logic is intended
for disabled features that aren't otherwise easily visible through the
curl_version_info() or other API calls.

tests/server/disabled is a newly built executable that will output a
list of disabled features. Outputs nothing for a default build.

Closes #3950
  • Loading branch information
bagder committed Jun 17, 2019
1 parent 13d9bb8 commit 40259ca
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 315 deletions.
1 change: 1 addition & 0 deletions tests/data/test1001
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ http
<features>
!SSPI
crypto
proxy
</features>
<name>
HTTP POST --digest with PUT and resumed upload and modified method
Expand Down
Loading

0 comments on commit 40259ca

Please sign in to comment.