dotest - minor doc fix

llvm-svn: 237665
This commit is contained in:
Vince Harron 2015-05-19 05:10:22 +00:00
parent ab8b1ced0a
commit d347f27f45
1 changed files with 2 additions and 2 deletions

View File

@ -333,9 +333,9 @@ $ ./dotest.py --channel "lldb all" --channel "gdb-remote packets"
These log files are written to:
<session-dir>/<test-id>.log (logs from lldb host process)
<session-dir>/<test-id>-host.log (logs from lldb host process)
<session-dir>/<test-id>-server.log (logs from debugserver/lldb-server)
<session-dir>/<test-id>-trace-<test-result>.log (console logs)
<session-dir>/<test-id>-<test-result>.log (console logs)
By default, logs from successful runs are deleted. Use the --log-success flag
to create reference logs for debugging.