]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: get_command_descriptions use cout instead of dout 747/head
authorLoic Dachary <loic@dachary.org>
Sat, 19 Oct 2013 16:57:47 +0000 (18:57 +0200)
committerLoic Dachary <loic@dachary.org>
Sat, 19 Oct 2013 16:57:47 +0000 (18:57 +0200)
commit94080de93a584bd5475b27055e8e0931a97ffbcb
tree010352e7bd62f8593fe448f59bfa2c2630f23840
parent4d3502ba9b310cddcd8325da4b08adee26587143
common: get_command_descriptions use cout instead of dout

Using dout instead of cout creates noise and makes it more difficult for
people trying to debug a failure in test_ceph_argparse.py.

The output of get_command_descriptions is modified to only contain
parseable information and the code parsing its output
test_ceph_argparse.py is removed.

Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/common/get_command_descriptions.cc
src/test/pybind/test_ceph_argparse.py