Merge pull request #6043 from taosdata/test/TD-4093

[TD-4093]update python connector every test
This commit is contained in:
huili 2021-05-08 15:00:59 +08:00 committed by GitHub
commit 9d1c3e22b1
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
}