mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don't get read; cleaned up config.Env automagic with regard to running in-tree vs. installed
This commit is contained in:
committed by
Rob Crittenden
parent
1dd85475fc
commit
ae38a2461f
@@ -923,5 +923,5 @@ def create_api(mode='dummy'):
|
||||
api = create_api(mode=None)
|
||||
|
||||
if os.environ.get('IPA_UNIT_TEST_MODE', None) == 'cli_test':
|
||||
api.bootstrap(context='cli', in_server=False)
|
||||
api.bootstrap(context='cli', in_server=False, in_tree=True)
|
||||
api.finalize()
|
||||
|
||||
Reference in New Issue
Block a user