Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing: make example cert/key files relative to Cargo.toml #1805

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

evanrittenhouse
Copy link
Contributor

Even though the Session struct is technically hidden, sometimes it's useful for testing. Currently, it's impossible to use new() from a different location because the examples/cert files aren't findable.

Also a stray format change from running cargo +nightly fmt

@evanrittenhouse evanrittenhouse requested a review from a team as a code owner June 20, 2024 02:07
@ghedo
Copy link
Member

ghedo commented Jun 26, 2024

Looks like this needs to be rebased. Also, the formatting is actually supposed to be the way it is, I think you need to update your rustfmt nightly.

@evanrittenhouse evanrittenhouse force-pushed the evanrittenhouse/relative_tls_files branch from c6ce9d1 to c5ad380 Compare June 27, 2024 00:22
@ghedo ghedo merged commit 0a7b6c4 into master Jun 27, 2024
38 checks passed
@ghedo ghedo deleted the evanrittenhouse/relative_tls_files branch June 27, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants