This is an archive of the discontinued LLVM Phabricator instance.

[Test Suite] Allow overriding codesign identity
ClosedPublic

Authored by beanz on Oct 17 2016, 6:13 PM.

Details

Summary

Not everyone names their code sign identity "lldb_codesign", so it is nice to allow this to be overridden.

Diff Detail

Repository
rL LLVM

Event Timeline

beanz updated this revision to Diff 74940.Oct 17 2016, 6:13 PM
beanz retitled this revision from to [Test Suite] Allow overriding codesign identity.
beanz updated this object.
beanz added reviewers: zturner, tfiala.
beanz added a subscriber: lldb-commits.
labath added a subscriber: labath.Oct 18 2016, 2:27 AM
labath added inline comments.
packages/Python/lldbsuite/test/dotest.py
484 ↗(On Diff #74940)

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)?

beanz updated this revision to Diff 75057.Oct 18 2016, 12:54 PM

Updating to use lldbtest_config.

tfiala accepted this revision.Oct 18 2016, 3:05 PM
tfiala edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Oct 18 2016, 3:05 PM
This revision was automatically updated to reflect the committed changes.