From: Laura Flores Date: Mon, 14 Jun 2021 16:01:15 +0000 (-0500) Subject: doc/dev: update testing.rst to say ninja X-Git-Tag: v17.1.0~1652^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5bbed1f6bdd8970bbee422e95e14834ecdb336e4;p=ceph.git doc/dev: update testing.rst to say ninja The current version of Ceph uses "ninja" rather than "make," so the testing documentation needs to be updated. Signed-off-by: Laura Flores --- diff --git a/doc/dev/testing.rst b/doc/dev/testing.rst index 1d99848a708f..e42809a7c1df 100644 --- a/doc/dev/testing.rst +++ b/doc/dev/testing.rst @@ -32,7 +32,7 @@ Using #. Smoke test:: - make && ctest -j12 + ninja && ctest -j12 #. Push to ceph-ci::