Fail on debugging detected errors

This commit is contained in:
Willem Toorop 2016-04-21 12:24:53 +02:00
parent 102d55d4a5
commit c05f963719
1 changed files with 7 additions and 1 deletions

View File

@ -5,4 +5,10 @@
[ -f .tpkg.var.test ] && source .tpkg.var.test
cd "${BUILDDIR}/build-event-loops"
make test
if make test
then
if grep ERROR "${BUILDDIR}/build-event-loops/src/test/*.log"
then
exit 1
fi
fi