[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Tue Nov 23 14:37:02 MST 2010


The branch, master has been updated
       via  90aa161 Make log level of the server configurable in make test
      from  91b687d s4-tests: Modified acl.py to use samdb.newgroup instead of custom methods.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 90aa16122ec8c2332011e0a25ede7df7b0850a1e
Author: Matthieu Patou <mat at matws.net>
Date:   Tue Nov 23 23:47:36 2010 +0300

    Make log level of the server configurable in make test
    
    Autobuild-User: Matthieu Patou <mat at samba.org>
    Autobuild-Date: Tue Nov 23 22:36:37 CET 2010 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 selftest/target/Samba4.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index 4242b86..3e42d03 100644
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -482,7 +482,7 @@ sub provision_raw_prepare($$$$$$$$$$)
 	$ctx->{password} = $password;
 	$ctx->{kdc_ipv4} = $kdc_ipv4;
 
-	$ctx->{server_loglevel} = 1;
+	$ctx->{server_loglevel} =$ENV{SERVER_LOG_LEVEL} || 1;
 	$ctx->{username} = "Administrator";
 	$ctx->{domain} = $domain;
 	$ctx->{realm} = uc($realm);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list