From 13695c1a92a858c9962b0ab29007fe5099a1c5b6 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Mon, 14 Jun 2021 11:23:54 -0500 Subject: [PATCH] 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 --- doc/dev/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/testing.rst b/doc/dev/testing.rst index e42809a7c1df0..37202e9922d90 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:: -- 2.39.5