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"
|
cd "${BUILDDIR}/build-event-loops"
|
||||||
if make -j 4 test
|
if make -j 4 test
|
||||||
then
|
then
|
||||||
if grep ERROR "${BUILDDIR}/build-event-loops/src/test/*.log"
|
if test -e "${BUILDDIR}/build-event-loops/src/test/fails"
|
||||||
then
|
then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue