[Lldb-commits] [lldb] r113989 - /lldb/trunk/test/lldbtest.py

Johnny Chen johnny.chen at apple.com
Wed Sep 15 11:00:19 PDT 2010


Author: johnny
Date: Wed Sep 15 13:00:19 2010
New Revision: 113989

URL: http://llvm.org/viewvc/llvm-project?rev=113989&view=rev
Log:
Changed to a more informative message.

Modified:
    lldb/trunk/test/lldbtest.py

Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=113989&r1=113988&r2=113989&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Wed Sep 15 13:00:19 2010
@@ -363,7 +363,7 @@
             if self.res.Succeeded():
                 break
             elif running:                
-                print >> sys.stderr, "Run (process launch) command failed!"
+                print >> sys.stderr, "Command '" + cmd + "' failed!"
 
         # Modify runStarted only if "run" or "process launch" was encountered.
         if running:





More information about the lldb-commits mailing list