llvm-project/lldb/test/python_api/hello_world
Daniel Malea 2dd69bb5f2 Fix misuse of python subprocess module (caused "leaking" processes and garbling the terminal)
- fixed cleanup of Popen objects by pushing spawn logic into test Base and out of test cases
- connect subprocess stdin to PIPE (rather than the parent's STDIN) to fix silent terminal issue

Tested on Linux and Mac OS X

llvm-svn: 175301
2013-02-15 21:21:52 +00:00
..
Makefile Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name. 2012-01-18 21:22:38 +00:00
TestHelloWorld.py Fix misuse of python subprocess module (caused "leaking" processes and garbling the terminal) 2013-02-15 21:21:52 +00:00
main.c