From: Jason Ish Date: Mon, 25 Feb 2019 19:52:12 +0000 (-0600) Subject: travis: call make check in qa/coccinelle X-Git-Tag: suricata-5.0.0-beta1~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db2ceb46dc89e22f70ada17e0ccb0a8338a5ddfa;p=thirdparty%2Fsuricata.git 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. --- diff --git a/.travis.yml b/.travis.yml index e30f5e49ea..a83b837d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}"