Skip to content

Commit ab91a42

Browse files
committed
Remove a debugging call to stream()
1 parent 71f8095 commit ab91a42

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/testsuite/freshness.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,10 +1811,7 @@ fn simulated_docker_deps_stay_cached() {
18111811
.file("pathdep/src/lib.rs", "")
18121812
.build();
18131813

1814-
p.cargo("build")
1815-
.env("RUST_LOG", "cargo::core::compiler::fingerprint")
1816-
.stream()
1817-
.run();
1814+
p.cargo("build").run();
18181815

18191816
let already_zero = {
18201817
// This happens on HFS with 1-second timestamp resolution,

0 commit comments

Comments
 (0)