Skip to content

Commit

Permalink
Auto merge of rust-lang#118837 - cuviper:beta-next, r=cuviper
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
bors committed Dec 13, 2023
2 parents 1a06ac5 + 8d8ac53 commit 4bd9c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/backtrace
2 changes: 1 addition & 1 deletion src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4bd9c37

Please sign in to comment.