Skip to content

Commit

Permalink
[wptrunner] Do not index wpttest.Test, which is not subscriptable (w…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-j-lee authored Jan 11, 2024
1 parent 8a2932f commit 3a92f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/testrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def run_loop(self, test_queue):
f"and {len(skipped_tests) - 1} others"
)
for test in skipped_tests[1:]:
self.logger.debug(f"Test left in the queue: {test[0].id!r}")
self.logger.debug(f"Test left in the queue: {test.id!r}")

force_stop = (not isinstance(self.state, RunnerManagerState.stop) or
self.state.force_stop)
Expand Down

0 comments on commit 3a92f81

Please sign in to comment.