summaryrefslogtreecommitdiffstats
path: root/lldb/utils/test/run-until-faulted.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-06-01 23:53:57 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-06-01 23:53:57 +0000
commitf7626eff37fd020265c60c66e288002aa49eeb15 (patch)
treea827fcbc04a704dfc7f60ac9845b5c3dfe0ed934 /lldb/utils/test/run-until-faulted.py
parent190b95927345eb22c86c1184499ecee16664846c (diff)
downloadbcm5719-llvm-f7626eff37fd020265c60c66e288002aa49eeb15.tar.gz
bcm5719-llvm-f7626eff37fd020265c60c66e288002aa49eeb15.zip
Turn off printing of command sent to the pexpect-spawned child process to make the script more robotic.
llvm-svn: 132441
Diffstat (limited to 'lldb/utils/test/run-until-faulted.py')
-rwxr-xr-xlldb/utils/test/run-until-faulted.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/utils/test/run-until-faulted.py b/lldb/utils/test/run-until-faulted.py
index 93982037ada..d895f565a79 100755
--- a/lldb/utils/test/run-until-faulted.py
+++ b/lldb/utils/test/run-until-faulted.py
@@ -37,7 +37,7 @@ def do_lldb_launch_loop(lldb_command, exe, exe_options):
lldb.expect(prompt)
# Now issue the file command.
- print "sending 'file %s' command..." % exe
+ #print "sending 'file %s' command..." % exe
lldb.sendline('file %s' % exe)
lldb.expect(prompt)
@@ -47,7 +47,7 @@ def do_lldb_launch_loop(lldb_command, exe, exe_options):
# count = count + 1
for i in range(100):
count = i
- print "sending 'process launch -- %s' command... (iteration: %d)" % (exe_options, count)
+ #print "sending 'process launch -- %s' command... (iteration: %d)" % (exe_options, count)
lldb.sendline('process launch -- %s' % exe_options)
index = lldb.expect(['Process .* exited with status',
'Process .* stopped',
OpenPOWER on IntegriCloud