Skip to content

Commit

Permalink
Auto merge of #38709 - alexcrichton:check-xsv, r=nikomatsakis
Browse files Browse the repository at this point in the history
cargotest: Add xsv to tested crates

This was intended to land in #37149 but I ended up backing it out to land the
rollup (#38697) last night as I was itching to do so. This morning though xsv
has been fixed now (BurntSushi/xsv#53) so we should be able to add it!
  • Loading branch information
bors committed Dec 31, 2016
2 parents 9a07f3e + 73b708a commit ca0cc27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ const TEST_REPOS: &'static [Test] = &[
sha: "999001b223152441198f117a68fb81f57bc086dd",
lock: None,
},
Test {
name: "xsv",
repo: "https://github.com/BurntSushi/xsv",
sha: "a9a7163f2a2953cea426fee1216bec914fe2f56a",
lock: None,
},
];

fn main() {
Expand Down

0 comments on commit ca0cc27

Please sign in to comment.