about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-30 09:56:43 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-30 09:56:43 -0800
commit73b708a72fdf1b3beeab42cc66d6fa891b8c5f24 (patch)
treedb7e77a8211551a79d37e21669e3b0c0369e2993
parent7f2d2afa9196ba6314a29e58d5324dbd9923c75e (diff)
downloadrust-73b708a72fdf1b3beeab42cc66d6fa891b8c5f24.tar.gz
rust-73b708a72fdf1b3beeab42cc66d6fa891b8c5f24.zip
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!
-rw-r--r--src/tools/cargotest/main.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs
index b4f4d179905..8a891d624f4 100644
--- a/src/tools/cargotest/main.rs
+++ b/src/tools/cargotest/main.rs
@@ -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() {