[Lldb-commits] [PATCH] D25714: [Test Suite] Allow overriding codesign identity

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 18 02:27:23 PDT 2016


labath added inline comments.


================
Comment at: packages/Python/lldbsuite/test/dotest.py:484
 
+    os.environ['LLDB_CODESIGN_IDENTITY'] = args.codesign_identity
+
----------------
The function is not really consistent in this aspect, but if you don't really need this to be in the environment, maybe exporting it as a variable in `lldbtest_config` would be cleaner (see args.channels above for an example)?


https://reviews.llvm.org/D25714





More information about the lldb-commits mailing list