Don't ask for a specific branch in cargotest
This commit is contained in:
parent
85a4bd8f58
commit
5808b72484
@ -140,7 +140,7 @@ fn clone_repo(test: &Test, out_dir: &Path) -> PathBuf {
|
|||||||
let status = Command::new("git")
|
let status = Command::new("git")
|
||||||
.arg("fetch")
|
.arg("fetch")
|
||||||
.arg(test.repo)
|
.arg(test.repo)
|
||||||
.arg("master")
|
.arg(test.sha)
|
||||||
.arg(&format!("--depth={}", depth))
|
.arg(&format!("--depth={}", depth))
|
||||||
.current_dir(&out_dir)
|
.current_dir(&out_dir)
|
||||||
.status()
|
.status()
|
||||||
|
Loading…
Reference in New Issue
Block a user