From 40259ca65544cd5227cec387d1bb4ded01596ebc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Jun 2019 08:17:16 +0200 Subject: tests: have runtests figure out disabled features ... 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 --- tests/data/test1001 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/test1001') diff --git a/tests/data/test1001 b/tests/data/test1001 index 91b13203e..53d7da381 100644 --- a/tests/data/test1001 +++ b/tests/data/test1001 @@ -66,6 +66,7 @@ http !SSPI crypto +proxy HTTP POST --digest with PUT and resumed upload and modified method -- cgit v1.2.3