From: Sage Weil Date: Mon, 27 Jun 2016 18:16:23 +0000 (-0700) Subject: README.md: update a few things X-Git-Tag: v11.0.0~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=09919ce683bc834050095d6c1759432c9fe491d1;p=ceph.git README.md: update a few things Signed-off-by: Sage Weil --- diff --git a/README.md b/README.md index c09cdcaa0cd6..f406378e4b37 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Running a test cluster To run a functional test cluster, cd build + make vstart # builds just enough to run vstart ../src/vstart.sh -d -n -x -l ./bin/ceph -s @@ -116,6 +117,7 @@ Running unit tests To run build and run all tests, use ctest: cd build + make ctest -j$(nproc) To run an individual test manually, run the ctest command with -R