Merge pull request #2007 from taosdata/hotfix/sangshuduo/remove-extra-case-list-output

remove extra case list print out.
This commit is contained in:
Shengliang Guan 2020-05-23 09:25:56 +08:00 committed by GitHub
commit 53093f2606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ fi
totalPySuccess=`grep 'successfully executed' pytest-out.txt | wc -l`
if [ "$totalPySuccess" -gt "0" ]; then
grep 'successfully executed' pytest-out.txt
echo -e "${GREEN} ### Total $totalPySuccess python case(s) succeed! ### ${NC}"
fi