Tiny update after #34383 (#34404)

* update

* update

* update

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2024-10-28 12:01:05 +01:00
committed by GitHub
parent fc465bb196
commit 9360f1827d
3 changed files with 7 additions and 1 deletions

View File

@@ -75,6 +75,9 @@ def find_bad_commit(target_test, start_commit, end_commit):
`str`: The earliest commit at which `target_test` fails.
"""
if start_commit == end_commit:
return start_commit
create_script(target_test=target_test)
bash = f"""