Old valgrind travis-ci (test mode 3)

This commit is contained in:
Willem Toorop 2016-03-22 10:00:56 +01:00
parent ede4afc7b6
commit 532c26d7c8
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ EOT
exit 1
fi
) 2>&1 > output
echo '**************************************'
echo '************** hiero ***************'
echo '************** ***************'
awk '/^==.*(definitely|indirectly|possibly) lost/{print;if($4>0)exit(1)}' output
echo '************** ***************'
echo '************** hiero ***************'
echo '**************************************'
cat output
exit 1