]> git.proxmox.com Git - cargo.git/commit
Don't print `Running` for commands that aren't run
authorAlex Crichton <alex@alexcrichton.com>
Thu, 11 Sep 2014 14:35:01 +0000 (07:35 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 11 Sep 2014 14:35:25 +0000 (07:35 -0700)
commit7a542c51b71c614a152f9e30f6fa429bb7317c45
tree5fc6eca2bc95edaf4ffb3c725f8263d651b22b86
parent367960b467a598dfd789bd52f9d982c0da984130
Don't print `Running` for commands that aren't run

Also print the commands only right before they're actually run.

Closes #215
src/cargo/ops/cargo_rustc/job.rs
src/cargo/ops/cargo_rustc/job_queue.rs
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_bench.rs
tests/test_cargo_compile.rs
tests/test_cargo_cross_compile.rs
tests/test_cargo_profiles.rs
tests/test_cargo_test.rs