fix: fix a typo

This commit is contained in:
tangfangzhi 2022-06-04 11:12:36 +08:00
parent 0af9ab4163
commit 099de7e94f
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ def run_win_test() {
python -m pip install .
time /t
cd C:\\workspace\\%EXECUTOR_NUMBER%\\TDinternal\\community\\tests\\system-test
echo "node: ''' + linux_node_ip + ''':''' + inux_node_pass + '''"
echo "node: ''' + linux_node_ip + ''':''' + linux_node_pass + '''"
echo "testing ..."
test-all.bat "{\\\"host\\\":\\\"''' + linux_node_ip + '''\\\",\\\"port\\\":22,\\\"user\\\":\\\"root\\\",\\\"password\\\":\\\"''' + linux_node_pass + '''\\\",\\\"path\\\":\\\"/var/lib/jenkins/workspace/TDinternal\\\"}"
time /t