Skip to content

Commit

Permalink
Lets try fetching everything
Browse files Browse the repository at this point in the history
should not be that bad in general..
  • Loading branch information
Valentin Seitz committed Nov 20, 2023
1 parent 05ad45e commit a8d1cd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/tests/systemtests/Systemtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,7 @@ def _fetch_ref(self, repository: Path, ref: str):
result = subprocess.run([
"git",
"-C", os.fspath(repository.resolve()),
"fetch",
"origin",
f"{ref}:{ref}"
"fetch"
], check=True, timeout=60)
if result.returncode != 0:
raise RuntimeError(f"git command returned code {result.returncode}")
Expand Down

0 comments on commit a8d1cd7

Please sign in to comment.