From: Laura Flores Date: Mon, 14 Jun 2021 16:23:54 +0000 (-0500) Subject: doc/dev: should be ./run-make-check.sh X-Git-Tag: v17.1.0~1652^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=13695c1a92a858c9962b0ab29007fe5099a1c5b6;p=ceph.git doc/dev: should be ./run-make-check.sh Updating the initial pull request. The smoke test line should read "./run-make-check.sh" instead of "make && ctest -j12". Signed-off-by: Laura Flores --- diff --git a/doc/dev/testing.rst b/doc/dev/testing.rst index e42809a7c1df..37202e9922d9 100644 --- a/doc/dev/testing.rst +++ b/doc/dev/testing.rst @@ -32,7 +32,7 @@ Using #. Smoke test:: - ninja && ctest -j12 + ./run-make-check.sh #. Push to ceph-ci::