Skip to content

Commit 872cd72

Browse files
fix: Small fix to make it work
1 parent e6bb62b commit 872cd72

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
@@ -733,8 +733,6 @@ def _make_env(flags):
733733
if "CVMFS_DIR" not in env or not Path(env["CVMFS_DIR"]).is_dir():
734734
typer.secho(f"CVMFS_DIR environment value: {env.get('CVMFS_DIR', 'NOT SET')}", fg=c.YELLOW)
735735
env["CVMFS_DIR"] = "/tmp"
736-
env["DIRACX_REPO"] = flags.pop("DIRACX_REPO", "")
737-
env["DIRACX_BRANCH"] = flags.pop("DIRACX_BRANCH", "")
738736
return env
739737

740738

0 commit comments

Comments
 (0)