Close terminal after LaunchInTerminalTestCase test
authorIlia K <ki.stfu@gmail.com>
Wed, 11 Feb 2015 04:51:41 +0000 (04:51 +0000)
committerIlia K <ki.stfu@gmail.com>
Wed, 11 Feb 2015 04:51:41 +0000 (04:51 +0000)
commit81b5c668ac649bbdbf9dc7e4aab2528f4590d421
treea96aa70b2d9b57e0fff255d22d76ed76e74725b0
parent3bd47cee78afc3aea72ef0da887bf4caa7f685aa
Close terminal after LaunchInTerminalTestCase test

Summary:
The test_launch_in_terminal test leaves a running terminal.
This patch adds "exit" after debugging with eLaunchFlagLaunchInTTY flag.

Reviewers: jingham, zturner, clayborg

Reviewed By: clayborg

Subscribers: emaste, vharron, lldb-commits, clayborg, jingham, zturner

Differential Revision: http://reviews.llvm.org/D7468

llvm-svn: 228801
lldb/include/lldb/lldb-enumerations.h
lldb/source/Host/macosx/Host.mm
lldb/test/functionalities/tty/TestTerminal.py