The result of subprocess.check_output() is bytes in python3 which we need
to convert to str(). Simplify this by using the executeCommand() helper.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCXX libc++
- Build Status
Buildable 24989 Build 24988: arc lint + arc unit
Event Timeline
utils/libcxx/test/target_info.py | ||
---|---|---|
133 | I will remove this debug statement before committing. |
I will remove this debug statement before committing.