]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: should be ./run-make-check.sh
authorLaura Flores <lflores@redhat.com>
Mon, 14 Jun 2021 16:23:54 +0000 (11:23 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 16:23:54 +0000 (11:23 -0500)
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 <lflores@redhat.com>
doc/dev/testing.rst

index e42809a7c1df008568d4a2ad3a2f180c83958c3f..37202e9922d90389fe960179dd9868e9b1bec391 100644 (file)
@@ -32,7 +32,7 @@ Using
 
 #. Smoke test::
 
-     ninja && ctest -j12
+     ./run-make-check.sh
 
 #. Push to ceph-ci::