commit | eabc47899b716c91ced10846f4478a710ba0b012 | [log] [tgz] |
---|---|---|
author | Alexander Richardson <arichardson.kde@gmail.com> | Wed Nov 14 17:58:55 2018 +0000 |
committer | Alexander Richardson <arichardson.kde@gmail.com> | Wed Nov 14 17:58:55 2018 +0000 |
tree | 8bf7b2e584354a360ee08601e103994d0c592795 | |
parent | 439de45011289e8b3e7d63459d2dc45560d01282 [diff] |
[libcxx] [test] Fix running tests on macOS with python3 Summary: The result of subprocess.check_output() is bytes in python3 which we need to convert to str(). Simplify this by using the executeCommand() helper. Reviewers: ldionne, EricWF Reviewed By: ldionne Subscribers: christof, libcxx-commits Differential Revision: https://reviews.llvm.org/D54522 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346878 91177308-0d34-0410-b5e6-96231b3b80d8