We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cargo test --doc
cargo test --doc is failing on Alpine
/home/hurl # cargo test --doc Finished test [unoptimized + debuginfo] target(s) in 0.08s Doc-tests hurl running 3 tests test src/html/escape.rs - html::escape::html_escape (line 26) ... FAILED test src/html/unescape.rs - html::unescape::html_unescape (line 104) ... FAILED test src/runner/hurl_file.rs - runner::hurl_file::run (line 41) ... FAILED failures: ---- src/html/escape.rs - html::escape::html_escape (line 26) stdout ---- Couldn't run the test: No such file or directory (os error 2) ---- src/html/unescape.rs - html::unescape::html_unescape (line 104) stdout ---- Couldn't run the test: No such file or directory (os error 2) ---- src/runner/hurl_file.rs - runner::hurl_file::run (line 41) stdout ---- Couldn't run the test: No such file or directory (os error 2) failures: src/html/escape.rs - html::escape::html_escape (line 26) src/html/unescape.rs - html::unescape::html_unescape (line 104) src/runner/hurl_file.rs - runner::hurl_file::run (line 41) test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.89s
This is blocking #1122
Tested on Alpine Docker image
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
cargo test --doc
is failing on AlpineThis is blocking #1122
Tested on Alpine Docker image
The text was updated successfully, but these errors were encountered: