From: Sage Weil Date: Thu, 16 Jun 2016 18:18:12 +0000 (-0400) Subject: README.md: note where make check test log output goes X-Git-Tag: v11.0.0~145^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9753%2Fhead;p=ceph.git README.md: note where make check test log output goes Signed-off-by: Sage Weil --- diff --git a/README.md b/README.md index 3d01421c7b1..8d58bee04cb 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,10 @@ To run all tests, a simple cd src make check -will suffice. +will suffice. Each test generates a log file that is the name of the +test with .log appended. For example, unittest_addrs generates a +unittest_addrs.log and test/osd/osd-config.sh puts its output in +test/osd/osd-config.sh.log. To run an individual test manually, you may want to clean up with