]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: update testing.rst to say ninja
authorLaura Flores <lflores@redhat.com>
Mon, 14 Jun 2021 16:01:15 +0000 (11:01 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 16:01:15 +0000 (11:01 -0500)
The current version of Ceph uses "ninja" rather than "make," so the testing documentation needs to be updated.

Signed-off-by: Laura Flores <lflores@redhat.com>
doc/dev/testing.rst

index 1d99848a708fb763e0220f9a294b83472e49fe6b..e42809a7c1df008568d4a2ad3a2f180c83958c3f 100644 (file)
@@ -32,7 +32,7 @@ Using
 
 #. Smoke test::
 
-     make && ctest -j12
+     ninja && ctest -j12
 
 #. Push to ceph-ci::