Merge pull request #7769 from taosdata/test/update_C#demo_d

update C# test case
This commit is contained in:
Hui Li 2021-09-06 15:49:39 +08:00 committed by GitHub
commit 7f5bcec4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -239,7 +239,7 @@ pipeline {
sh '''
cd ${WKC}/tests/examples/C#/taosdemo
mcs -out:taosdemo *.cs > /dev/null 2>&1
echo '' |./taosdemo
echo '' |./taosdemo -c /etc/taos
'''
sh '''
cd ${WKC}/tests/gotest