Skip to content

Commit

Permalink
Auto merge of #14130 - eth3lbert:snapbox-package-n-publish, r=epage
Browse files Browse the repository at this point in the history
test: migrate package* and publish* to snapbox

### What does this PR try to resolve?

Part of #14039.

Migrate following to snapbox:

- `tests/testsuite/package.rs`
- `tests/testsuite/package_features.rs`
- `tests/testsuite/publish.rs`
- `tests/testsuite/publish_lockfile.rs`
  • Loading branch information
bors committed Jun 27, 2024
2 parents 2607661 + a2b706b commit 0664c7e
Show file tree
Hide file tree
Showing 5 changed files with 1,470 additions and 1,509 deletions.
1 change: 1 addition & 0 deletions crates/cargo-test-support/src/compare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ static MIN_LITERAL_REDACTIONS: &[(&str, &str)] = &[
"[NOT_FOUND]",
"The system cannot find the path specified. (os error 3)",
),
("[NOT_FOUND]", "Access is denied. (os error 5)"),
("[NOT_FOUND]", "program not found"),
// Unix message for exit status
("[EXIT_STATUS]", "exit status"),
Expand Down
Loading

0 comments on commit 0664c7e

Please sign in to comment.