Merge pull request #6044 from taosdata/test/td-4093

[TD-4093]update python connector erver test
This commit is contained in:
huili 2021-05-08 15:00:49 +08:00 committed by GitHub
commit 54f7d58a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -94,6 +94,7 @@ def pre_test(){
make > /dev/null
make install > /dev/null
cd ${WKC}/tests
pip3 install ${WKC}/src/connector/python/linux/python3/
'''
return 1
}

1
tests/Jenkinsfile vendored
View File

@ -21,6 +21,7 @@ def pre_test(){
cmake .. > /dev/null
make > /dev/null
make install > /dev/null
pip3 install ${WKC}/src/connector/python/linux/python3/
'''
return 1
}