travis: call make check in qa/coccinelle

Was being skipped due to the way the tests are called on
travis to prevent Travis from failing on too much output.
pull/3706/head
Jason Ish 6 years ago committed by Victor Julien
parent fff927fa4a
commit db2ceb46dc

@ -219,6 +219,7 @@ script:
exit 1
fi
fi
(cd qa/coccinelle && make check)
- |
if [[ "$DO_DISTCHECK" == "yes" ]]; then
make distcheck DISTCHECK_CONFIGURE_FLAGS="${ARGS}"

Loading…
Cancel
Save