Skip to content

Commit

Permalink
add log file path to the power_outage test
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue authored and approxit committed Feb 2, 2023
1 parent bac25f0 commit 314b146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/goth_tests/test_power_outage.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def test_power_outage(
provider_1 = runner.get_probes(probe_type=ProviderProbe)[0]

async with requestor.run_command_on_host(
f"{blender_path} --subnet-tag goth --min-cpu-threads 1",
f"{blender_path} --subnet-tag goth --min-cpu-threads 1 --log-file {log_dir / 'test_power_outage.log'}",
env=os.environ,
) as (_cmd_task, cmd_monitor, _process_monitor):

Expand Down

0 comments on commit 314b146

Please sign in to comment.