mirror of https://github.com/getdnsapi/getdns.git
Old valgrind travis-ci (test mode 2)
This commit is contained in:
parent
213a3dc5d8
commit
ede4afc7b6
|
@ -17,6 +17,7 @@ EOT
|
|||
then
|
||||
exit 1
|
||||
fi
|
||||
) 2>&1 | tee output
|
||||
) 2>&1 > output
|
||||
awk '/^==.*(definitely|indirectly|possibly) lost/{print;if($4>0)exit(1)}' output
|
||||
exit 1
|
||||
cat output
|
||||
exit 1
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
export SRCDIR=`dirname $0`
|
||||
. `dirname $0`/setup-env.sh
|
||||
|
||||
for TEST_PKG in ${SRCDIR}/*.tpkg
|
||||
for TEST_PKG in ${SRCDIR}/125-*.tpkg
|
||||
do
|
||||
"${TPKG}" $* exe "${TEST_PKG}"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue