[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-584-g41571bb

Stefan (metze) Metzmacher metze at samba.org
Sat Jan 26 10:44:20 GMT 2008


Jelmer Vernooij schrieb:
> The branch, v4-0-test has been updated
>        via  41571bbb933c763a9608f4ba56f1a5a97af133ab (commit)
>       from  7a10be2ac77124a78fcc4ddda5e05c036ed920fa (commit)
> 
> http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test
> 
> 
> - Log -----------------------------------------------------------------
> commit 41571bbb933c763a9608f4ba56f1a5a97af133ab
> Author: Jelmer Vernooij <jelmer at samba.org>
> Date:   Sat Jan 26 02:55:03 2008 +0100
> 
>     python: Load smb.conf file for the provision tests.
> 
> -----------------------------------------------------------------------
> 
> Summary of changes:
>  source/scripting/python/samba/tests/provision.py |    8 ++++++--
>  1 files changed, 6 insertions(+), 2 deletions(-)
> 
> 
> Changeset truncated at 500 lines:
> 
> diff --git a/source/scripting/python/samba/tests/provision.py b/source/scripting/python/samba/tests/provision.py
> index 1456b67..4e9fa9c 100644
> --- a/source/scripting/python/samba/tests/provision.py
> +++ b/source/scripting/python/samba/tests/provision.py
> @@ -21,6 +21,10 @@ import os
>  from samba.provision import setup_secretsdb, secretsdb_become_dc
>  import samba.tests
>  from ldb import Dn
> +import param
> +
> +lp = param.LoadParm()
> +lp.load("st/dc/etc/smb.conf")

Hi Jelmer,

please don't use this hardcoded, it breaks --with-selftest-prefix...

metze

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : http://lists.samba.org/archive/samba-technical/attachments/20080126/911303f3/signature.bin


More information about the samba-technical mailing list