We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8d22c commit f4ff8b6Copy full SHA for f4ff8b6
1 file changed
render_machine/render_context.py
@@ -530,11 +530,12 @@ def _handle_current_frid_testing(self):
530
def _handle_regression_testing(self):
531
"""Handle regression testing of all earlier FRIDs."""
532
533
- ctx = self.conformance_tests_running_context
534
-
535
# Get next test to run
536
self.conformance_tests_running_context = self._get_next_test_to_run()
537
+ # Get reference to the updated context
+ ctx = self.conformance_tests_running_context
538
+
539
# Set up specs and run test
540
self._setup_test_specifications()
541
0 commit comments