Don't ask for a specific branch in cargotest
This commit is contained in:
parent
66033ec4e5
commit
de148ecd5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue