Merge pull request #2007 from taosdata/hotfix/sangshuduo/remove-extra-case-list-output
remove extra case list print out.
This commit is contained in:
commit
53093f2606
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue