summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-11-23 23:47:36 +0300
committerMatthieu Patou <mat@samba.org>2010-11-23 22:36:37 +0100
commit90aa16122ec8c2332011e0a25ede7df7b0850a1e (patch)
tree40d0433fb3a7943d80025f22a10e0002cfc6eec0 /selftest
parent91b687d42b66c53bf81d49bb41b4597ab1a93b30 (diff)
downloadsamba-90aa16122ec8c2332011e0a25ede7df7b0850a1e.tar.gz
samba-90aa16122ec8c2332011e0a25ede7df7b0850a1e.tar.bz2
samba-90aa16122ec8c2332011e0a25ede7df7b0850a1e.zip
Make log level of the server configurable in make test
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Nov 23 22:36:37 CET 2010 on sn-devel-104
Diffstat (limited to 'selftest')
-rw-r--r--selftest/target/Samba4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index 4242b86591..3e42d034fa 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);