README.md: note where make check test log output goes

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2016-06-16 14:18:12 -04:00
parent 1a877660e9
commit 925691b36c

View File

@ -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