test: add auto exit case

This commit is contained in:
afwerar 2022-06-16 19:58:24 +08:00
parent c858b69528
commit 49d92079ca
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ def checkRunTimeError():
os.system("TASKKILL /F /IM taosd.exe")
os.system("TASKKILL /F /IM taos.exe")
os.system("TASKKILL /F /IM tmq_sim.exe")
os.system("TASKKILL /F /IM mintty.exe")
quit(0)
hwnd = win32gui.FindWindow(None, "Microsoft Visual C++ Runtime Library")
if hwnd: