[all-commits] [llvm/llvm-project] 99e63f: [lldb] Print the command output when 'expect' fail...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Jan 31 01:17:06 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 99e63f5825ac30912bab1daa563cae9e6c292d52
https://github.com/llvm/llvm-project/commit/99e63f5825ac30912bab1daa563cae9e6c292d52
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
Log Message:
-----------
[lldb] Print the command output when 'expect' fails even if a custom msg is passed
Currently if 'expect' fails and a custom msg is supplied, then lldbtest
will not print the actual command output. This makes it impossible to know
why the test actually failed. This just prints the command output even
if the msg parameter was supplied.
More information about the All-commits
mailing list