Closed InigoGastesi closed 6 months ago
Rhis pull request is the solution of issue #207
Fix the problem that on windows simulate function waits to create the resultfile but on linu doesn't do it
I use p.waitand p.terminate outside of conditions, in this way on windows or linux the function will wait for the process to finish
p.wait
p.terminate
All committers have signed the CLA.
Related Issues
Rhis pull request is the solution of issue #207
Purpose
Fix the problem that on windows simulate function waits to create the resultfile but on linu doesn't do it
Approach
I use
p.wait
andp.terminate
outside of conditions, in this way on windows or linux the function will wait for the process to finish