llvm-project/lldb/test/python_api/value_var_update
Siva Chandra 3154aa23f3 [TestBase.runCmd] Better error message when runCmd fails.
Summary:
Before:
    AssertionError: False is not True : Process is launched successfully

After:
    AssertionError: False is not True : Command 'run a.out' failed.
    >>> error: invalid target, create a target using the 'target create' command
    >>> Process could not be launched successfully

Reviewers: clayborg

Reviewed By: clayborg

Subscribers: lldb-commits, vharron

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

llvm-svn: 238363
2015-05-27 22:27:41 +00:00
..
Makefile Don't clobber CFLAGS_EXTRAS in tests. 2015-03-24 12:41:20 +00:00
TestValueVarUpdate.py [TestBase.runCmd] Better error message when runCmd fails. 2015-05-27 22:27:41 +00:00
main.c Improve ValueObject::GetValueDidChange test; Add a comment for it 2015-03-06 22:35:08 +00:00