There was an error while loading. Please reload this page.
1 parent 057d0f6 commit e43199eCopy full SHA for e43199e
1 file changed
Lib/test/libregrtest/run_workers.py
@@ -424,7 +424,7 @@ def run(self) -> None:
424
finally:
425
self.test_name = _NOT_RUNNING
426
mp_result.result.duration = time.monotonic() - self.start_time
427
- if single_process_per_case and test_name != module_name:
+ if single_process_per_case:
428
# Report the test case, not the test module
429
mp_result.result.test_name = test_name
430
self.output.put((False, mp_result))
0 commit comments