Force destroying child after everything was done
Normally this line should not do anything useful.
This commit is contained in:
parent
b7c7d29aa0
commit
678faed4c2
|
@ -108,6 +108,8 @@ def main():
|
||||||
else:
|
else:
|
||||||
LF.write(s)
|
LF.write(s)
|
||||||
|
|
||||||
|
child.close(force=True)
|
||||||
|
|
||||||
check_call([
|
check_call([
|
||||||
os.path.join('tests', 'shell', 'path', 'python'),
|
os.path.join('tests', 'shell', 'path', 'python'),
|
||||||
os.path.join('tests', 'test_shells', 'postproc.py'),
|
os.path.join('tests', 'test_shells', 'postproc.py'),
|
||||||
|
|
Loading…
Reference in New Issue