[PATCH] D54522: Fix running tests on macOS with python3

Alexander Richardson via Phabricator reviews at reviews.llvm.org
Wed Nov 14 04:49:42 PST 2018


arichardson added inline comments.


================
Comment at: utils/libcxx/test/target_info.py:133
+        out, err, exit_code = executeCommand(cmd)
+        print(out, err, exit_code)
+        if exit_code != 0:
----------------
I will remove this debug statement before committing.


Repository:
  rCXX libc++

https://reviews.llvm.org/D54522





More information about the libcxx-commits mailing list