mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* restore .gitmodules
* Revert "[TD-13408]<test>: move tests directory out"
This reverts commit 7db7bd9337.
* revert to make tests back
* immigrate file change in stand-alone repo to TDengine
* remove tests repository checkout
Co-authored-by: tangfangzhi <fztang@taosdata.com>
6 lines
No EOL
147 B
Batchfile
6 lines
No EOL
147 B
Batchfile
@echo off
|
|
|
|
rem echo taskkill /F /IM taosd.exe
|
|
|
|
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
|
|
taskkill /F /IM taosd.exe > NUL 2>&1 |