Force destroying child after everything was done

Normally this line should not do anything useful.
This commit is contained in:
ZyX 2015-02-21 18:15:39 +03:00
parent b7c7d29aa0
commit 678faed4c2
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ def main():
else:
LF.write(s)
child.close(force=True)
check_call([
os.path.join('tests', 'shell', 'path', 'python'),
os.path.join('tests', 'test_shells', 'postproc.py'),