dotest.py - log session to a file instead of a StringIO class
authorVince Harron <vince@nethacker.com>
Thu, 21 May 2015 18:20:21 +0000 (18:20 +0000)
committerVince Harron <vince@nethacker.com>
Thu, 21 May 2015 18:20:21 +0000 (18:20 +0000)
commit35b17dca5047f6dc68b2fa3e29719792150734af
treeeb43544dc320fa25dbe5e1cd219ffcccea9ad854
parent0b9dbb57941a2801aa9a7ab43df50df079843a1e
dotest.py - log session to a file instead of a StringIO class

That way, if the test gets killed (by a dosep timeout) we get to see the session
trace

Test Plan:
Run dotest.py
Kill it while it's running, check the session dir for Test* files

Differential Revision: http://reviews.llvm.org/D9845

llvm-svn: 237926
lldb/test/lldbtest.py