Skip to content

Commit

Permalink
Remove a debugging call to stream()
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 10, 2019
1 parent 71f8095 commit ab91a42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/testsuite/freshness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1811,10 +1811,7 @@ fn simulated_docker_deps_stay_cached() {
.file("pathdep/src/lib.rs", "")
.build();

p.cargo("build")
.env("RUST_LOG", "cargo::core::compiler::fingerprint")
.stream()
.run();
p.cargo("build").run();

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

0 comments on commit ab91a42

Please sign in to comment.