classes/insane.bbclass: No use to make it bb.fatal if we return False...
authorHolger Freyther <zecke@selfish.org>
Tue, 20 Feb 2007 13:29:04 +0000 (13:29 +0000)
committerHolger Freyther <zecke@selfish.org>
Tue, 20 Feb 2007 13:29:04 +0000 (13:29 +0000)
commit8c749cd33e85444dadb6e595f477ac384c340b60
tree7f0d494064d668ee67c1a564d754d74718a5c81b
parent7fe797b41116ef91d5ec66ba90bb5e4ca1874ac9
classes/insane.bbclass: No use to make it bb.fatal if we return False...
    The idea of insane.bbclass is to report all issues found at
    once. This is why the checks return True if no error was found
    and False if at least one was found.
    At the end of all check runs we will see if at least one check
    failed and call bb.fatal
classes/insane.bbclass