Skip to content

Commit

Permalink
run: Fix reference to ctx for interactive jobs
Browse files Browse the repository at this point in the history
Fixes: https://tracker.ceph.com/issues/68285

Signed-off-by: Zack Cerza <zack@redhat.com>
  • Loading branch information
zmc committed Oct 2, 2024
1 parent 74cd0e6 commit c74fd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teuthology/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def main(args):
# FIXME this should become more generic, and the keys should use
# '_' uniformly
if fake_ctx.config.get('interactive-on-error'):
teuth_config.config.ctx = fake_ctx
teuth_config.ctx = fake_ctx

try:
run_tasks(tasks=config['tasks'], ctx=fake_ctx)
Expand Down

0 comments on commit c74fd88

Please sign in to comment.