]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: add a check_commands.sh script which looks for commands with no tests
authorGreg Farnum <gfarnum@redhat.com>
Tue, 13 Jun 2017 22:55:48 +0000 (15:55 -0700)
committerGreg Farnum <gfarnum@redhat.com>
Thu, 15 Jun 2017 00:02:50 +0000 (17:02 -0700)
commit41b0b45eeede3c65eb7e36f63f6fb39ce05c0494
tree7cfa35be53b5ffff7b14f0e61b11760467f55a5a
parent19810df09e0b4a3752d0ab138fe2263bd3afb569
qa: add a check_commands.sh script which looks for commands with no tests

This isn't run automatically by anything yet. Note that it's also a best-effort
thing; passing doesn't guarantee there are tests. It can be pretty easily fooled
if the command is a common word which shows up in specifying other things,
for instance.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
src/script/check_commands.sh [new file with mode: 0755]