Old valgrind travis-ci (test mode 2)

This commit is contained in:
Willem Toorop 2016-03-22 09:53:40 +01:00
parent 213a3dc5d8
commit ede4afc7b6
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -3,7 +3,7 @@
export SRCDIR=`dirname $0` export SRCDIR=`dirname $0`
. `dirname $0`/setup-env.sh . `dirname $0`/setup-env.sh
for TEST_PKG in ${SRCDIR}/*.tpkg for TEST_PKG in ${SRCDIR}/125-*.tpkg
do do
"${TPKG}" $* exe "${TEST_PKG}" "${TPKG}" $* exe "${TEST_PKG}"
done done