Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently when building --without-ssl there is a failure due to a change made by me in commit 3cf88a4 ("test: add --use-bundled-ca to tls-cnnic-whitelist") which added a '--use-bundled-ca' flag to that test. But when building --without-ssl that flag will be invalid and an error (bad option) will be reported. This commit filters tests that specify the --use-bundled-ca or --use-openssl-ca flags so that they are skipped when configured --without-ssl. PR-URL: #12485 Reviewed-By: James M Snell <[email protected]>
- Loading branch information