mirror of https://github.com/getdnsapi/getdns.git
Fail event-loops-unit-tests tpkg when tests fail
This commit is contained in:
parent
1eae032743
commit
e152842573
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue