From db2ceb46dc89e22f70ada17e0ccb0a8338a5ddfa Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 25 Feb 2019 13:52:12 -0600 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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}" -- 2.47.2