Skip to content

Commit a808458

Browse files
feat: Add diracx repo choice in the integration test
1 parent 4e1dcfd commit a808458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,8 @@ 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", "")
736738
return env
737739

738740

0 commit comments

Comments
 (0)