mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
Don't ask for a specific branch in cargotest
(cherry picked from commit 5808b72484204af035a4d9683731f44bd8d59529)
This commit is contained in:
parent
3df92a29b3
commit
8d8ac5375b
@ -140,7 +140,7 @@ fn clone_repo(test: &Test, out_dir: &Path) -> PathBuf {
|
||||
let status = Command::new("git")
|
||||
.arg("fetch")
|
||||
.arg(test.repo)
|
||||
.arg("master")
|
||||
.arg(test.sha)
|
||||
.arg(&format!("--depth={}", depth))
|
||||
.current_dir(&out_dir)
|
||||
.status()
|
||||
|
Loading…
x
Reference in New Issue
Block a user