forked from Mirror/pmbootstrap
test: drop args from run (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
05c86be11c
commit
52cf0e0fe3
14 changed files with 48 additions and 48 deletions
|
@ -37,7 +37,7 @@ def prepare_tmpdir(args: PmbArgs, monkeypatch, tmpdir):
|
|||
|
||||
def run_git(git_args, repo="local"):
|
||||
path = tmpdir + "/" + repo
|
||||
pmb.helpers.run.user(args, ["git"] + git_args, path, "stdout", output_return=True)
|
||||
pmb.helpers.run.user(["git"] + git_args, path, "stdout", output_return=True)
|
||||
|
||||
# Remote repos
|
||||
run_git(["init", "-b", "master", "."], "remote")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue