]> git.ozlabs.org Git - ccan/commit
ccanlint: Report failures with --summary
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 1 Feb 2016 11:50:45 +0000 (22:50 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 3 Feb 2016 06:10:12 +0000 (17:10 +1100)
commit55e9c20591323bc8d197394d78169e0347d583f1
tree905c103d39ff9198f159ba8f74ba957352969bdb
parent0d712535273f2ff2430ee68120e6237cf2ee3869
ccanlint: Report failures with --summary

When run in --summary mode ccanlint doesn't actually report whether it
passed or failed in the message .  In particular this means that when make
check is run with -j, it can be hard to tell which modules failed.

This adds a more obvious failure message.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
tools/ccanlint/ccanlint.c