Skip to content

Commit

Permalink
Update test_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 17, 2023
1 parent 5dfcf2e commit efd0797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcp_d/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def _run_and_generate(

parameters.append("--stop-on-first-crash")
parse_args(parameters)
config_file = config.execution.work_dir / f"config-{config.execution.run_uuid}.toml"
config_file = config.execution.log_dir / f"config-{config.execution.run_uuid}.toml"
config.loggers.cli.warning(f"Saving config file to {config_file}")
config.to_filename(config_file)

Expand Down

0 comments on commit efd0797

Please sign in to comment.