Skip to content

Commit f4ff8b6

Browse files
committed
Fixed context order in handle_regression_testing
1 parent cd8d22c commit f4ff8b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

render_machine/render_context.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,12 @@ def _handle_current_frid_testing(self):
530530
def _handle_regression_testing(self):
531531
"""Handle regression testing of all earlier FRIDs."""
532532

533-
ctx = self.conformance_tests_running_context
534-
535533
# Get next test to run
536534
self.conformance_tests_running_context = self._get_next_test_to_run()
537535

536+
# Get reference to the updated context
537+
ctx = self.conformance_tests_running_context
538+
538539
# Set up specs and run test
539540
self._setup_test_specifications()
540541

0 commit comments

Comments
 (0)