mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #19269 - jdm:wptfix, r=emilio
Fix error reporting codepath for WPT. I have a PR upstream too (https://github.com/w3c/web-platform-tests/pull/8300), but this will avoid the issue locally until the next upstream sync. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19269) <!-- Reviewable:end -->
This commit is contained in:
commit
53fb5cd132
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ class TestRunnerManager(threading.Thread):
|
|||
# processing
|
||||
self.logger.debug("Wait finished")
|
||||
|
||||
return self.after_test_end(True)
|
||||
return self.after_test_end(self.state.test, True)
|
||||
|
||||
def after_test_end(self, test, restart):
|
||||
assert isinstance(self.state, RunnerManagerState.running)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue