fix: copy taos.dll to system dir

This commit is contained in:
tangfangzhi 2022-06-04 12:13:42 +08:00
parent 099de7e94f
commit c184158510
1 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,8 @@ def run_win_test() {
echo "windows test ..."
cd C:\\workspace\\%EXECUTOR_NUMBER%\\taos-connector-python
python -m pip install .
xcopy /e/y/i/f C:\\workspace\\%EXECUTOR_NUMBER%\\TDinternal\\debug\\build\\lib\\taos.dll C:\\Windows\\System32
ls -l C:\\Windows\\System32\\taos.dll
time /t
cd C:\\workspace\\%EXECUTOR_NUMBER%\\TDinternal\\community\\tests\\system-test
echo "node: ''' + linux_node_ip + ''':''' + linux_node_pass + '''"