commit | 1590f11bc2979047cfcc89dfe339ef7259758e11 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Nov 19 11:13:12 2017 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Nov 19 11:13:37 2017 -0800 |
tree | 03821a0df3b770dab8a4f785707f0a55bc04e595 | |
parent | e64bd74d4e93b3ddd38f992bda36e9042a9615f2 [diff] [blame] |
Log output when tests/rust already exists
diff --git a/tests/common/mod.rs b/tests/common/mod.rs index ff98037..91aaa61 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs
@@ -110,7 +110,8 @@ pub fn clone_rust() { if Path::new("tests/rust").is_dir() { - return + println!("found rust repo in tests/rust"); + return; } println!("cloning rust-lang/rust");