]> git.proxmox.com Git - cargo.git/commit
Fix a repeated `cargo test` with examples
authorAlex Crichton <alex@alexcrichton.com>
Wed, 29 Oct 2014 23:33:52 +0000 (16:33 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 29 Oct 2014 23:49:59 +0000 (16:49 -0700)
commitd188fcc9d148c4b8f71590f63d538647d46beb25
tree3a8e39a47f61eac94299d968ac4c9bb10d84e396
parent041d14e8ea3c2d7f4ec0f5f3f8114d83a77b506d
Fix a repeated `cargo test` with examples

The examples output directory was accidentally taken into account twice, and
this removes one source of the output directory confusion.
src/cargo/ops/cargo_rustc/context.rs
tests/test_cargo_test.rs