update C# test case

This commit is contained in:
liuyq-617 2021-09-02 16:23:03 +08:00
parent 8081a7a577
commit 78c46a2739
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