未验证 提交 7ce29316 编写于 作者: W wade zhang 提交者: GitHub

Merge pull request #22228 from taosdata/fix/TD-24872-3.0

fix: run sim cases on windows
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
rem echo taskkill /F /IM taosd.exe rem echo taskkill /F /IM taosd.exe
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1 wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
taskkill /F /IM taosd.exe > NUL 2>&1 taskkill /F /IM taosd.exe > NUL 2>&1
\ No newline at end of file
rem echo taskkill /F /IM taosd.exe finished
\ No newline at end of file
...@@ -2,7 +2,7 @@ aux_source_directory(src TSIM_SRC) ...@@ -2,7 +2,7 @@ aux_source_directory(src TSIM_SRC)
add_executable(tsim ${TSIM_SRC}) add_executable(tsim ${TSIM_SRC})
target_link_libraries( target_link_libraries(
tsim tsim
PUBLIC taos PUBLIC taos_static
PUBLIC util PUBLIC util
PUBLIC common PUBLIC common
PUBLIC os PUBLIC os
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册