Skip to content

Commit

Permalink
fixup! fix: make A/B tests work in release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
pb8o committed Dec 19, 2023
1 parent b2cce1a commit 4daae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/ab_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def temporary_checkout(revision: str):
happen along the way.
"""
with TemporaryDirectory() as tmp_dir:
utils.run_cmd(f"git worktree --detach add {tmp_dir} {revision}")
utils.run_cmd(f"git worktree add --detach {tmp_dir} {revision}")
yield Path(tmp_dir)

# If we compiled firecracker inside the checkout, python's recursive shutil.rmdir will
Expand Down

0 comments on commit 4daae3a

Please sign in to comment.