From efd07979a1f4d20ebcd68e380aa67cd6f24309c4 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 17 Oct 2023 09:06:47 -0400 Subject: [PATCH] Update test_cli.py --- xcp_d/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcp_d/tests/test_cli.py b/xcp_d/tests/test_cli.py index 639a6cbf1..295b82e46 100644 --- a/xcp_d/tests/test_cli.py +++ b/xcp_d/tests/test_cli.py @@ -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)