[TD-2598] feature: C# taosdemo, taosd > /dev/null.

This commit is contained in:
Shuduo Sang 2021-01-12 23:19:55 +08:00
parent 9e0f9f4aec
commit 6d27ca402d
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ matrix:
pkill -TERM -x taosd pkill -TERM -x taosd
fuser -k -n tcp 6030 fuser -k -n tcp 6030
sleep 1 sleep 1
${TRAVIS_BUILD_DIR}/debug/build/bin/taosd -c ${TRAVIS_BUILD_DIR}/debug/test/cfg & ${TRAVIS_BUILD_DIR}/debug/build/bin/taosd -c ${TRAVIS_BUILD_DIR}/debug/test/cfg > /dev/null &
sleep 10 sleep 5
mono taosdemo -Q DEFAULT -y || travis_terminate $? mono taosdemo -Q DEFAULT -y || travis_terminate $?
cd ${TRAVIS_BUILD_DIR}/tests cd ${TRAVIS_BUILD_DIR}/tests