Dont' use close_fds = True on Windows.
authorZachary Turner <zturner@google.com>
Sat, 7 Feb 2015 00:14:55 +0000 (00:14 +0000)
committerZachary Turner <zturner@google.com>
Sat, 7 Feb 2015 00:14:55 +0000 (00:14 +0000)
commitdc494d5303e01c36237de42ec09077b03b58fa88
tree51e931fe370e003c1199ef31e621e0b5d2e2317a
parente07f13ae35e82e5579d0d9f0dc05fd0321c6bba2
Dont' use close_fds = True on Windows.

If you do, the test runner will fail immediately with the error:

close_fds is not supported on Windows platforms if you redirect
stdin/stdout/stderr.

llvm-svn: 228472
lldb/test/dosep.py