Fail event-loops-unit-tests tpkg when tests fail

This commit is contained in:
Willem Toorop 2017-05-10 14:39:59 +02:00
parent 1eae032743
commit e152842573
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
cd "${BUILDDIR}/build-event-loops"
if make -j 4 test
then
if grep ERROR "${BUILDDIR}/build-event-loops/src/test/*.log"
if test -e "${BUILDDIR}/build-event-loops/src/test/fails"
then
exit 1
fi