diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-02 16:46:20 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-04 12:29:10 +1000 |
commit | 48323d88cc4ca3a08d1bd79c748061c775d57eca (patch) | |
tree | 99cc6f8c5b055072d31db449fbb5e4a1ae9b9645 | |
parent | aefbdc4a9d78d0b92dabb960fadd13801202afe2 (diff) | |
download | samba-48323d88cc4ca3a08d1bd79c748061c775d57eca.tar.gz samba-48323d88cc4ca3a08d1bd79c748061c775d57eca.tar.bz2 samba-48323d88cc4ca3a08d1bd79c748061c775d57eca.zip |
selftest: run client tests with log level 1
this PIDL print functions to display
-rwxr-xr-x | selftest/selftest.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 7f5aa764f0..76e1886409 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -602,6 +602,7 @@ sub write_clientconf($$) ldb:nosync = true system:anonymous = true client lanman auth = Yes + log level = 1 torture:basedir = $prefix_abs/client #We don't want to pass our self-tests if the PAC code is wrong gensec:require_pac = true |