fix: copy taos.dll to system dir
This commit is contained in:
parent
099de7e94f
commit
c184158510
|
@ -280,6 +280,8 @@ def run_win_test() {
|
||||||
echo "windows test ..."
|
echo "windows test ..."
|
||||||
cd C:\\workspace\\%EXECUTOR_NUMBER%\\taos-connector-python
|
cd C:\\workspace\\%EXECUTOR_NUMBER%\\taos-connector-python
|
||||||
python -m pip install .
|
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
|
time /t
|
||||||
cd C:\\workspace\\%EXECUTOR_NUMBER%\\TDinternal\\community\\tests\\system-test
|
cd C:\\workspace\\%EXECUTOR_NUMBER%\\TDinternal\\community\\tests\\system-test
|
||||||
echo "node: ''' + linux_node_ip + ''':''' + linux_node_pass + '''"
|
echo "node: ''' + linux_node_ip + ''':''' + linux_node_pass + '''"
|
||||||
|
|
Loading…
Reference in New Issue