]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: rename crimson tests named like foo_bar to foo-bar
authorKefu Chai <kchai@redhat.com>
Thu, 5 Nov 2020 06:27:35 +0000 (14:27 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 5 Nov 2020 06:46:55 +0000 (14:46 +0800)
commit3e384222cf40e34e1ec40953b442283c13cfc959
treec7d5fe67c7d3430b00b4751442d739dfdcfa8153
parentedd6d38ee0210ad3820d493552e1b91e8ebfc089
cmake: rename crimson tests named like foo_bar to foo-bar

for two reasons:

* less typing: no need to press "shift" for inputting "_"
* more consistent with executable names like "ceph-conf"
* simpler to grep when compiling the tests. there is chance
  we need to kill the dead jobs on a jenkins worker node
  where it happens to be compiling the tests.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/crimson/CMakeLists.txt
src/test/crimson/seastore/CMakeLists.txt