Skip to content

Commit 4bd9c37

Browse files
committed
Auto merge of rust-lang#118837 - cuviper:beta-next, r=cuviper
[beta] Update backtrace submodule * Update backtrace submodule rust-lang#118137 As well as infrastructure fix: * Don't ask for a specific branch in cargotest rust-lang#118597 r? ghost
2 parents 1a06ac5 + 8d8ac53 commit 4bd9c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/tools/cargotest/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fn clone_repo(test: &Test, out_dir: &Path) -> PathBuf {
140140
let status = Command::new("git")
141141
.arg("fetch")
142142
.arg(test.repo)
143-
.arg("master")
143+
.arg(test.sha)
144144
.arg(&format!("--depth={}", depth))
145145
.current_dir(&out_dir)
146146
.status()

0 commit comments

Comments
 (0)