remove cat log to reduce output.
This commit is contained in:
parent
8386d26ceb
commit
a6e8bbe063
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue