build: ensure we exit 1 after running kyua report

This commit is contained in:
Ariadne Conill 2020-08-24 03:36:26 -06:00
parent 14e2fecc20
commit 536612d02b

View file

@ -111,7 +111,7 @@ clean:
rm -f ${MANPAGES}
check: ${LIBIFUPDOWN_LIB} ${CMDS}
kyua test || kyua report --verbose
kyua test || (kyua report --verbose && exit 1)
install: all
install -D -m755 ${MULTICALL} ${DESTDIR}/sbin/${MULTICALL}