Skip to content

Commit f5278f8

Browse files
feat: Add diracx repo choice in the integration test
1 parent 7c38e2d commit f5278f8

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
@@ -716,6 +716,8 @@ 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", "")
719721
return env
720722

721723

0 commit comments

Comments
 (0)