selftest: Do not force -d0 for smbd/nmbd/winbindd
authorAndreas Schneider <asn@samba.org>
Wed, 9 Feb 2022 15:33:10 +0000 (16:33 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 10 Feb 2022 21:14:32 +0000 (21:14 +0000)
commit9693f7ea7383c6a51ab58b7c8255b30206f18a3b
tree5c13b4ef659dacf14ed13a25f36765cf4c55f9eb
parent434e6d4b4b45757878642d229d26d146792a3878
selftest: Do not force -d0 for smbd/nmbd/winbindd

We have the env variable SERVER_LOG_LEVEL which allows you to change
the log level on the command line. If we force -d0 this will not work.

make test TESTS="samba" SERVER_LOG_LEVEL=10

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/target/Samba3.pm