Skip to content
Commit 2dd69bb5 authored by Daniel Malea's avatar Daniel Malea
Browse files

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
parent 69fb3d11
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment