Skip to content

Commit

Permalink
kill nw.exe after test run
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Apr 20, 2024
1 parent 0fb96d4 commit 2f59c05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.py
Expand Up @@ -582,6 +582,8 @@ def RunProcess(context, timeout, args, **rest):
os.killpg(pgid, signal.SIGTERM)
except:
pass
else:
os.popen('taskkill /T /F /IM nw.exe')
return (process, exit_code, timed_out)


Expand Down

0 comments on commit 2f59c05

Please sign in to comment.