[lldb/Test] Convert stdout to str by calling decode('utf-8') on it.
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 13 Mar 2020 16:49:00 +0000 (09:49 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 13 Mar 2020 16:50:41 +0000 (09:50 -0700)
commit17bdb7a17912bb4d961cf292c035b08c9d0c13ba
tree790c31890812e8e73a5fc439cae5055e8c998f26
parent18eae3312297cb197a3131f3ad9ca2bebb217415
[lldb/Test] Convert stdout to str by calling decode('utf-8') on it.

Make sure both arguments to assertIn are of type str. This should fix
the following error:

TypeError: a bytes-like object is required, not 'str'.
lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py