commit | 27c6231f5827fe17c6cb6f097391931f30b511ec | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 31 21:46:40 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Mar 31 21:46:40 2020 +0200 |
tree | b0f36e377cd2f3a0c7f2b9c08e26eaa51047fdb5 | |
parent | 278c1e159c970da6cd6683d18c6211f5118674cc [diff] |
bpo-40094: Enhance fork and wait tests (GH-19259) * test_fork1: remove duplicated wait_impl() method: reuse fork_wait.py implementation instead. * Use exit code different than 0 to ensure that we executed the expected code path.