From 925691b36c55e396dcd501c83fb055c4c8332336 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 16 Jun 2016 14:18:12 -0400 Subject: [PATCH] README.md: note where make check test log output goes Signed-off-by: Sage Weil --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3