Changed to a more informative message.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113989 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/lldbtest.py b/test/lldbtest.py
index 54f1825..b0fd59a 100644
--- a/test/lldbtest.py
+++ b/test/lldbtest.py
@@ -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: