Ignore IOError from missing child.log.
authorChaoren Lin <chaorenl@google.com>
Mon, 6 Apr 2015 18:23:48 +0000 (18:23 +0000)
committerChaoren Lin <chaorenl@google.com>
Mon, 6 Apr 2015 18:23:48 +0000 (18:23 +0000)
commitb3015da7e46aaa233d6a1c2bde9c63523c32b5ab
tree30a797d4d41721eadaa6daff44f2cf0452047238
parentf4952c1c3dd563846dc16085c723688c36bfe3be
Ignore IOError from missing child.log.

Summary:
TestMiCliSupport (among other TestMi*) fails on Linux with

```
IOError: [Errno 2] No such file or directory: 'child.log'
```

Reviewers: clayborg, ki.stfu

Reviewed By: ki.stfu

Subscribers: lldb-commits

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

llvm-svn: 234191
lldb/test/tools/lldb-mi/lldbmi_testcase.py