diff --git a/Jenkinsfile b/Jenkinsfile index 6a54bbc746ba9482017f815c674141ef9f96305a..a808600059d4fd3f577841164610a56b44fcf15a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -312,12 +312,11 @@ pipeline { cd ${WKC}/tests/examples/nodejs npm install td2.0-connector > /dev/null 2>&1 node nodejsChecker.js host=localhost - node test1970.js ''' sh ''' - cd ${WKC}/tests/examples/C#/taosdemo - mcs -out:taosdemo *.cs > /dev/null 2>&1 - echo '' |./taosdemo -c /etc/taos + cd ${WKC}/tests/examples/C#/taosdemo + mcs -out:taosdemo *.cs > /dev/null 2>&1 + ./taosdemo -c /etc/taos -y ''' sh ''' cd ${WKC}/tests/gotest diff --git a/tests/pytest/fulltest.bat b/tests/pytest/fulltest.bat index fd74f2ad029c982a3a3dd98ae0c8df264bab9c66..ad3803b01fc3733d2c17a7706e3dc4dee4d97f04 100644 --- a/tests/pytest/fulltest.bat +++ b/tests/pytest/fulltest.bat @@ -1,4 +1,3 @@ - python .\test.py -f insert\basic.py python .\test.py -f insert\int.py python .\test.py -f insert\float.py