Skip to content

Commit 4edc13c

Browse files
fix: Small fix to make it work
1 parent 104ab94 commit 4edc13c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integration_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,6 @@ def _make_env(flags):
716716
if "CVMFS_DIR" not in env or not Path(env["CVMFS_DIR"]).is_dir():
717717
typer.secho(f"CVMFS_DIR environment value: {env.get('CVMFS_DIR', 'NOT SET')}", fg=c.YELLOW)
718718
env["CVMFS_DIR"] = "/tmp"
719-
env["DIRACX_REPO"] = flags.pop("DIRACX_REPO", "")
720-
env["DIRACX_BRANCH"] = flags.pop("DIRACX_BRANCH", "")
721719
return env
722720

723721

0 commit comments

Comments
 (0)