From 26c6516a2a9eaf2a1d0414b2d5625e4c0e81758b Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Thu, 25 Feb 2021 13:03:36 +0800 Subject: [PATCH] change --- tests/test-all.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test-all.sh b/tests/test-all.sh index aa5768b6d3..3177da745f 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -313,13 +313,14 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$1" == "full" ]; then pwd cd debug/ + stopTaosd nohup build/bin/taosd -c /etc/taos/ > /dev/null 2>&1 & sleep 30 - + cd $tests_dir/../src/connector/jdbc - mvn test | tee -a jdbc-out.log + mvn test > jdbc-out.log 2>&1 tail -n 20 jdbc-out.log cases=`grep 'Tests run' jdbc-out.log | awk 'END{print $3}'` -- GitLab