mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-93353: Fix regrtest for -jN with N >= 2 (GH-93813)
This commit is contained in:
parent
6b330002b1
commit
36934a16e8
2 changed files with 24 additions and 16 deletions
|
@ -1375,7 +1375,9 @@ class ArgsTestCase(BaseTestCase):
|
|||
self.check_executed_tests(output, [testname],
|
||||
env_changed=[testname],
|
||||
fail_env_changed=True)
|
||||
self.assertIn("Warning -- Test leaked temporary files (1): mytmpfile", output)
|
||||
self.assertIn(f"Warning -- {testname} leaked temporary "
|
||||
f"files (1): mytmpfile",
|
||||
output)
|
||||
|
||||
|
||||
class TestUtils(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue