forked from OSchip/llvm-project
Fix a thinko causing test logs for crashes to not get written.
llvm-svn: 247479
This commit is contained in:
parent
92b6c15cce
commit
14181dbb57
|
@ -1738,7 +1738,7 @@ class Base(unittest2.TestCase):
|
|||
if self.__errored__:
|
||||
pairs = lldb.test_result.errors
|
||||
prefix = 'Error'
|
||||
if self.__cleanup_errored__:
|
||||
elif self.__cleanup_errored__:
|
||||
pairs = lldb.test_result.cleanup_errors
|
||||
prefix = 'CleanupError'
|
||||
elif self.__failed__:
|
||||
|
|
Loading…
Reference in New Issue