remove cat log to reduce output.

This commit is contained in:
Shuduo Sang 2020-04-29 17:44:31 +08:00
parent 8386d26ceb
commit a6e8bbe063
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ fi
totalPyFailed=`grep 'failed\|fault' pytest-out.txt | wc -l` totalPyFailed=`grep 'failed\|fault' pytest-out.txt | wc -l`
if [ "$totalPyFailed" -ne "0" ]; then if [ "$totalPyFailed" -ne "0" ]; then
cat pytest-out.txt
echo -e "${RED} ### Total $totalPyFailed python case(s) failed! ### ${NC}" echo -e "${RED} ### Total $totalPyFailed python case(s) failed! ### ${NC}"
exit $totalPyFailed exit $totalPyFailed
fi fi