diff --git a/tests/test-all.sh b/tests/test-all.sh index 907ef4bedd2617d8a61d661d41019cc10a290f8a..98ecd71dd824a042bacc26dc3962a06ff822d7cd 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