]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
support/testing: rename check_broken_links to has_broken_links
authorLuca Ceresoli <luca@lucaceresoli.net>
Tue, 16 May 2017 20:45:29 +0000 (22:45 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 17 May 2017 19:56:32 +0000 (21:56 +0200)
commit52258901eccb72eeafab61f855f4b8ce34bf4159
tree98806ddf5172900c108ca77659ef8d5c9bcec879
parentf8e1fdbe972b5b82b35b118e2fd7fce5e31d0de9
support/testing: rename check_broken_links to has_broken_links

has_broken_links makes it self-explanatory that this is a predicate
function, and that the return value tells whether there _are_ broken
links, not the opposite.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/testing/tests/toolchain/test_external.py