]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
travis: call make check in qa/coccinelle
authorJason Ish <ish@unx.ca>
Mon, 25 Feb 2019 19:52:12 +0000 (13:52 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 5 Mar 2019 12:30:02 +0000 (13:30 +0100)
Was being skipped due to the way the tests are called on
travis to prevent Travis from failing on too much output.

.travis.yml

index e30f5e49eadfb5d616bb642e0981c2ba5b554b22..a83b837d83d4e279fdee0611bf500c6a74e17e3f 100644 (file)
@@ -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}"