We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72e7df commit 23e60d6Copy full SHA for 23e60d6
tests/testsuite/cargo_add/git_multiple_packages_features/mod.rs
@@ -35,7 +35,7 @@ fn case() {
35
.args(["--git", &git_url, "pack2", "--features=feat-pack2"])
36
.current_dir(cwd)
37
.assert()
38
- .success()
+ .failure()
39
.stdout_matches_path(curr_dir!().join("stdout.log"))
40
.stderr_matches_path(curr_dir!().join("stderr.log"));
41
0 commit comments