[TD-2598] feature: C# taosdemo, fix command line in CI

This commit is contained in:
Shuduo Sang 2021-01-12 19:45:19 +08:00
parent 4acd2069e6
commit 3a9c9984de
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ matrix:
sleep 1
cd ${TRAVIS_BUILD_DIR}/tests/examples/C#/taosdemo
mcs -output:taosdemo *.cs || travis_terminate $?
mcs -out:taosdemo *.cs || travis_terminate $?
pkill -TERM -x taosd
fuser -k -n tcp 6030
sleep 1