summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/artifact_dep.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/tests/testsuite/artifact_dep.rs')
-rw-r--r--src/tools/cargo/tests/testsuite/artifact_dep.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/tools/cargo/tests/testsuite/artifact_dep.rs b/src/tools/cargo/tests/testsuite/artifact_dep.rs
index c51298735..01b4ecf47 100644
--- a/src/tools/cargo/tests/testsuite/artifact_dep.rs
+++ b/src/tools/cargo/tests/testsuite/artifact_dep.rs
@@ -2167,8 +2167,11 @@ fn doc_lib_true() {
p.cargo("doc -Z bindeps")
.masquerade_as_nightly_cargo(&["bindeps"])
- .env("CARGO_LOG", "cargo::ops::cargo_rustc::fingerprint")
- .with_stdout("")
+ .with_stderr(
+ "\
+[FINISHED] [..]
+[GENERATED] [CWD]/target/doc/foo/index.html",
+ )
.run();
assert!(p.root().join("target/doc").is_dir());