build: ensure we exit 1 after running kyua report
This commit is contained in:
parent
14e2fecc20
commit
536612d02b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -111,7 +111,7 @@ clean:
|
||||||
rm -f ${MANPAGES}
|
rm -f ${MANPAGES}
|
||||||
|
|
||||||
check: ${LIBIFUPDOWN_LIB} ${CMDS}
|
check: ${LIBIFUPDOWN_LIB} ${CMDS}
|
||||||
kyua test || kyua report --verbose
|
kyua test || (kyua report --verbose && exit 1)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
install -D -m755 ${MULTICALL} ${DESTDIR}/sbin/${MULTICALL}
|
install -D -m755 ${MULTICALL} ${DESTDIR}/sbin/${MULTICALL}
|
||||||
|
|
Loading…
Reference in a new issue