Disable confirmation prompts for testing
authorDaniel Malea <daniel.malea@intel.com>
Fri, 25 Jan 2013 20:38:49 +0000 (20:38 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 25 Jan 2013 20:38:49 +0000 (20:38 +0000)
commit318cbcef91a64c433424db0941bbed74b3447e31
treea76560116c780337826a74372db0384a6381e65f
parentf079de0a081f4326bd9de7259e9eac010db6d42d
Disable confirmation prompts for testing
- set auto-confirm to false when running TestExprs (avoid hang when using API)
- set prompt-on-quit to false in test helper (avoid timeout when using lldb CLI)

llvm-svn: 173485
lldb/test/expression_command/test/TestExprs.py
lldb/test/lldbtest.py