diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py index a60b8ae05dd5..54f1825e3c60 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -362,6 +362,8 @@ class TestBase(unittest2.TestCase): if self.res.Succeeded(): break + elif running: + print >> sys.stderr, "Run (process launch) command failed!" # Modify runStarted only if "run" or "process launch" was encountered. if running: