summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-09-15 18:00:19 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-09-15 18:00:19 +0000
commit9fa032173a6f7acfb432a3190b176e46afadd456 (patch)
treea9aab8749abb27b90a1e81d8c6a7c9d44aa48241
parentf7f0cabe9fee79489a16d8d4fa31869c2c7159d4 (diff)
downloadbcm5719-llvm-9fa032173a6f7acfb432a3190b176e46afadd456.tar.gz
bcm5719-llvm-9fa032173a6f7acfb432a3190b176e46afadd456.zip
Changed to a more informative message.
llvm-svn: 113989
-rw-r--r--lldb/test/lldbtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py
index 54f1825e3c6..b0fd59a173a 100644
--- a/lldb/test/lldbtest.py
+++ b/lldb/test/lldbtest.py
@@ -363,7 +363,7 @@ class TestBase(unittest2.TestCase):
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:
OpenPOWER on IntegriCloud