lit: Use close_fds=True on UNIX, to avoid file descriptor pollution of
authorDaniel Dunbar <daniel@zuster.org>
Fri, 20 Jul 2012 18:29:34 +0000 (18:29 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 20 Jul 2012 18:29:34 +0000 (18:29 +0000)
commitb1a464279623768a3d04ff6726c99dce35d2f360
tree58a1ca607aae841dd5c880e4bbd4f458e5212cce
parentdd2fb6c10b30e70ab8f910e21e583be3e90bb88c
lit: Use close_fds=True on UNIX, to avoid file descriptor pollution of
subprocesses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160556 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py