# easier to interpret.
make -j4 || make V=1
make check
make check || {
kyua report --verbose
exit 1
}