Skip to content

Commit b46bb71

Browse files
committed
ft-orchestration test_simulation_threshold correct log dir
1 parent b722401 commit b46bb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ft-orchestration/tests/simulation/test_simulation_threshold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def run_single_test(loops: int, speed: MbpsSpeed) -> tuple[bool, StatisticalRepo
282282
flows_file=flows_file,
283283
ref_file=replicated_ref,
284284
stats=stats,
285-
log_dir=log_dir,
285+
log_dir=current_log_dir,
286286
host_stats_file=probe_instance.host_statistics.local_file,
287287
inactive_timeout=inactive_t,
288288
)

0 commit comments

Comments
 (0)