diff --git a/tests/test-all.sh b/tests/test-all.sh index 907ef4bedd..98ecd71dd8 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -40,7 +40,6 @@ fi totalPyFailed=`grep 'failed\|fault' pytest-out.txt | wc -l` if [ "$totalPyFailed" -ne "0" ]; then - cat pytest-out.txt echo -e "${RED} ### Total $totalPyFailed python case(s) failed! ### ${NC}" exit $totalPyFailed fi