This commit is contained in:
Ping Xiao 2021-02-25 12:45:39 +08:00
parent 541630967c
commit 3433405216
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$1" == "full" ]; then
cd $tests_dir/../src/connector/jdbc
mvn test > jdbc-out.log 2>&1
mvn test | tee -a jdbc-out.log
tail -n 20 jdbc-out.log
cases=`grep 'Tests run' jdbc-out.log | awk 'END{print $3}'`