From 22d79ca1eccd455afd77c21e98c307459688cc9f Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 15 May 2020 16:43:51 +0800 Subject: [PATCH] fixup: do not cat log again. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9a653e795..714fb6a405 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,6 @@ matrix: do if [ -n "$memError" ]; then if [ "$memError" -gt 12 ]; then - cat uniq-mem-error-out.txt echo -e "${RED} ## Memory errors number valgrind reports is $memError.\ More than our threshold! ## ${NC}" travis_terminate $memError @@ -78,7 +77,6 @@ matrix: do if [ -n "$defiMemError" ]; then if [ "$defiMemError" -gt 13 ]; then - cat uniq-definitely-list-out.txt echo -e "${RED} ## Memory errors number valgrind reports \ Definitely lost is $defiMemError. More than our threshold! ## ${NC}" travis_terminate $defiMemError -- GitLab